Module: Mesa Branch: master Commit: 2d5c433aeeeb083f1a5902d58e520614d2fe35be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d5c433aeeeb083f1a5902d58e520614d2fe35be
Author: Tomeu Vizoso <[email protected]> Date: Thu Dec 19 14:02:54 2019 +0100 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> --- src/panfrost/pandecode/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
