From 4a2d3b9a81814f98ed5c5a402661b7382c367ec4 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Thu, 8 Jan 2026 11:08:56 -0500 Subject: [PATCH] pan/genxml: The BLEND array must be 64B aligned I'm not sure if this is the best way to enforce this as it's really a restriction on the blend array pointer. Individual blend descriptors only have to be 16B-aligned. But this seems to work and doesn't affect the array stride, which is still 16B. Also, I couldn't actually find the restriction in the v10 docs but it's there on v11 and this is enough of a pain to debug that we're probably better off playing it safe. Reviewed-by: Lars-Ivar Hesselberg Simonsen Part-of: --- src/panfrost/genxml/v10.xml | 2 +- src/panfrost/genxml/v12.xml | 2 +- src/panfrost/genxml/v13.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/panfrost/genxml/v10.xml b/src/panfrost/genxml/v10.xml index cbb4b4ca458..cde6ea3fdcb 100644 --- a/src/panfrost/genxml/v10.xml +++ b/src/panfrost/genxml/v10.xml @@ -1030,7 +1030,7 @@ - + diff --git a/src/panfrost/genxml/v12.xml b/src/panfrost/genxml/v12.xml index fbdee09797e..23a9fa25929 100644 --- a/src/panfrost/genxml/v12.xml +++ b/src/panfrost/genxml/v12.xml @@ -1265,7 +1265,7 @@ - + diff --git a/src/panfrost/genxml/v13.xml b/src/panfrost/genxml/v13.xml index a675f97f16b..7626a6769c9 100644 --- a/src/panfrost/genxml/v13.xml +++ b/src/panfrost/genxml/v13.xml @@ -1574,7 +1574,7 @@ - +