Mesa (master): panfrost: Print the right zero field

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 6 18:00:21 UTC 2019


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Nov  6 17:30:54 2019 +0100

panfrost: Print the right zero field

Copy paste error.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reported-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Vasily Khoruzhick <anarsoul at gmail.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>

---

 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 94b640c54d6..ebe1967fbf8 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -765,7 +765,7 @@ pandecode_sfbd(uint64_t gpu_va, int job_no, bool is_fragment)
         pandecode_prop("zero1 = 0x%" PRIx64, s->zero1);
         pandecode_prop("zero2 = 0x%" PRIx32, s->zero2);
         pandecode_prop("zero4 = 0x%" PRIx32, s->zero4);
-        pandecode_prop("zero5 = 0x%" PRIx32, s->zero4);
+        pandecode_prop("zero5 = 0x%" PRIx32, s->zero5);
 
         printf(".zero3 = {");
 




More information about the mesa-commit mailing list