pan/decode: Dump missing field on Bifrost

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5219>
This commit is contained in:
Alyssa Rosenzweig 2020-05-22 14:53:27 -04:00 committed by Marge Bot
parent c2c8b1ac57
commit 6a19d49b2e
1 changed files with 2 additions and 0 deletions

View File

@ -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--;