From e38eb00e4e61248beeedfecc8d5628236527a5da Mon Sep 17 00:00:00 2001 From: Lars-Ivar Hesselberg Simonsen Date: Tue, 6 May 2025 10:43:00 +0200 Subject: [PATCH] pan/genxml/v12: Add minus1 mod for plane width/height The width/height fields in the plane descriptors for v12 are missing their minus(1) modifiers. This change adds the missing modifiers, which implies also setting default values to 1 due to how the Two-Plane YUV Overlay interacts with the plane descriptors. Fixes: b6d5e011207 ("pan/genxml: Add v12 definition") Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/genxml/v12.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panfrost/genxml/v12.xml b/src/panfrost/genxml/v12.xml index 039d955ea23..e4ddba055a6 100644 --- a/src/panfrost/genxml/v12.xml +++ b/src/panfrost/genxml/v12.xml @@ -1579,8 +1579,8 @@ - - + + @@ -1610,8 +1610,8 @@ - - + +