aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-08-16 16:36:39 -0700
committerAlyssa Rosenzweig <[email protected]>2019-08-21 08:40:52 -0700
commite918dd8a6c6c1e5cba6fc06f751212ebb04bda3c (patch)
tree990cd39548ae14036abfc79bb23e72384ef935ea
parent2a8d7768844d00a8eb99c8d62395d98582fa2270 (diff)
pan/decode: Don't print zero exception_status
Signed-off-by: Alyssa Rosenzweig <[email protected]>
-rw-r--r--src/panfrost/pandecode/decode.c2
1 files changed, 1 insertions, 1 deletions
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,