From: Alyssa Rosenzweig Date: Fri, 10 Apr 2020 04:26:11 +0000 (-0400) Subject: pan/decode: Print Bifrost blend descriptor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65e2eaa4d3a7095ac438fafb09d1e36a4210966e;p=mesa.git pan/decode: Print Bifrost blend descriptor Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 3e70967562e..a5d58be96a1 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -2370,7 +2370,7 @@ pandecode_vertex_tiler_postfix_pre( /* MRT blend fields are used whenever MFBD is used, with * per-RT descriptors */ - if (job_type == JOB_TYPE_TILER && p->shared_memory & MALI_MFBD) { + if (job_type == JOB_TYPE_TILER && (is_bifrost || p->shared_memory & MALI_MFBD)) { void* blend_base = (void *) (s + 1); for (unsigned i = 0; i < fbd_info.rt_count; i++) {