From: Alyssa Rosenzweig Date: Fri, 16 Aug 2019 23:36:39 +0000 (-0700) Subject: pan/decode: Don't print zero exception_status X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e918dd8a6c6c1e5cba6fc06f751212ebb04bda3c;p=mesa.git pan/decode: Don't print zero exception_status Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 905fa316698..25fd261b6e2 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -2369,7 +2369,7 @@ pandecode_jc(mali_ptr jc_gpu_va, bool bifrost) if (h->job_descriptor_size) pandecode_prop("job_descriptor_size = %d", h->job_descriptor_size); - if (h->exception_status != 0x1) + if (h->exception_status && h->exception_status != 0x1) pandecode_prop("exception_status = %x (source ID: 0x%x access: %s exception: 0x%x)", h->exception_status, (h->exception_status >> 16) & 0xFFFF,