From 3ecffd9e6b6cb20dd7833eb65735e23deed4ea77 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 7 Oct 2020 18:50:34 -0400 Subject: [PATCH] panfrost: Set helper_invocation_enable for Bifrost Actually, this is for barriers, field name is wrong. But it's the same as Midgard. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Boris Brezillon Part-of: --- src/gallium/drivers/panfrost/pan_assemble.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/panfrost/pan_assemble.c b/src/gallium/drivers/panfrost/pan_assemble.c index 05b96fb..2154d2e 100644 --- a/src/gallium/drivers/panfrost/pan_assemble.c +++ b/src/gallium/drivers/panfrost/pan_assemble.c @@ -82,6 +82,7 @@ pan_prepare_bifrost_props(struct panfrost_shader_state *state, /* Early-Z set at draw-time */ state->properties.unknown = 0x950020; /* XXX */ state->properties.uniform_buffer_count = state->ubo_count; + state->properties.helper_invocation_enable = state->helper_invocations; pan_prepare(&state->preload, PRELOAD); state->preload.uniform_count = state->uniform_count; -- 2.7.4