Mesa (master): pan/decode: Dump missing field on Bifrost

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 26 23:17:51 UTC 2020


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

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Fri May 22 14:53:27 2020 -0400

pan/decode: Dump missing field on Bifrost

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5219>

---

 src/panfrost/pandecode/decode.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index d5e07a0940c..7dc19d0a739 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -2675,6 +2675,8 @@ pandecode_vertex_tiler_postfix_pre(
                         mali_ptr shader = pandecode_midgard_blend(&blend, s->unknown2_3 & MALI_HAS_BLEND_SHADER);
                         if (shader & ~0xF)
                                 pandecode_blend_shader_disassemble(shader, job_no, job_type, false, gpu_id);
+                } else {
+                        pandecode_msg("mdg_blend = %" PRIx64 "\n", s->blend.shader);
                 }
 
                 pandecode_indent--;



More information about the mesa-commit mailing list