From 1ca2358d6b4de7c432ee873ba5674ba70eacf3e3 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 2 Feb 2022 19:39:23 -0500 Subject: [PATCH] panfrost: Flesh out compute jobs Valhall has a new twist on Mali's task splitting voodoo, plus compute offset support. On Bifrost + Vulkan, compute offsets needed lowering on Bifrost (gl_GlobalID). Valhall saves a few instructions here. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v9.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index 02f6fc868e6..5a93e32b5d1 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -413,6 +413,12 @@ + + + + + + @@ -1272,15 +1278,15 @@ - - + + + - + + +