Re: [Mesa-dev] [PATCH 1/4] panfrost/decode: Print AFBC struct when appropriate

2019-06-25 Thread Alyssa Rosenzweig
This series is: Reviewed-by: Alyssa Rosenzweig --- I will caution you about the fault_pointer -- it doesn't do what you think it does. I once spent about a week chasing a bug in the FBD, since that's what the fault_pointer said. It was in the mali_viewport. It was the right *job* -- still the T

[Mesa-dev] [PATCH 1/4] panfrost/decode: Print AFBC struct when appropriate

2019-06-25 Thread Tomeu Vizoso
Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/pandecode/decode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/pandecode/decode.c b/src/gallium/drivers/panfrost/pandecode/decode.c index 7f58ad033669..d468e10140b7 100644 --- a/sr