Mesa (master): panfrost: Print intended field when decoding

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 31 06:24:31 UTC 2020


Module: Mesa
Branch: master
Commit: 2d5c433aeeeb083f1a5902d58e520614d2fe35be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d5c433aeeeb083f1a5902d58e520614d2fe35be

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Thu Dec 19 14:02:54 2019 +0100

panfrost: Print intended field when decoding

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
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) {



More information about the mesa-commit mailing list