From 009e4c2eba2b0fa4512f3f383b82c8e24a32d6d4 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/v13: Add minus1 mod for plane width/height The width/height fields in the plane descriptors for v13 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: ece01443e18 ("pan/genxml: Add v13 definition") Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/genxml/v13.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panfrost/genxml/v13.xml b/src/panfrost/genxml/v13.xml index 4c52827a859..77e15f433c4 100644 --- a/src/panfrost/genxml/v13.xml +++ b/src/panfrost/genxml/v13.xml @@ -1881,8 +1881,8 @@ - - + + @@ -1912,8 +1912,8 @@ - - + +