aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2019-12-19 14:02:54 +0100
committerMarge Bot <[email protected]>2020-01-31 06:02:31 +0000
commit2d5c433aeeeb083f1a5902d58e520614d2fe35be (patch)
treebe890c85770e688f9d378601da00b154f66904a1 /src
parent8c5fd2942b4fb2005b3d01fb4cab86a4162c8a90 (diff)
panfrost: Print intended field when decoding
Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3625>
Diffstat (limited to 'src')
-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 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) {