From: Tomeu Vizoso Date: Thu, 19 Dec 2019 13:02:54 +0000 (+0100) Subject: panfrost: Print intended field when decoding X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d5c433aeeeb083f1a5902d58e520614d2fe35be;p=mesa.git panfrost: Print intended field when decoding Signed-off-by: Tomeu Vizoso Reviewed-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 9da2aa4ea1a..3e832b6e3db 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -1999,7 +1999,7 @@ pandecode_texture(mali_ptr u, if (!f.unknown2) { pandecode_msg("XXX: expected unknown texture bit set\n"); - pandecode_prop("unknown2 = %" PRId32, f.unknown1); + pandecode_prop("unknown2 = %" PRId32, f.unknown2); } if (t->swizzle_zero) {