From: Alyssa Rosenzweig Date: Fri, 22 May 2020 18:53:27 +0000 (-0400) Subject: pan/decode: Dump missing field on Bifrost X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a19d49b2e8386c963bd921c7f1f3261d66af26c;p=mesa.git pan/decode: Dump missing field on Bifrost Signed-off-by: Alyssa Rosenzweig Part-of: --- 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--;