panfrost: Print intended field when decoding

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3625>
This commit is contained in:
Tomeu Vizoso
2019-12-19 14:02:54 +01:00
committed by Marge Bot
parent 8c5fd2942b
commit 2d5c433aee
+1 -1
View File
@@ -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) {