From 254285725939c3c79cf8ef028d21d8eefa8b7cd0 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/v10: Add minus1 mod for plane width/height The width/height fields in the plane descriptors for v10 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: 486c3417691 ("panfrost: Add architecture description XML for v10") Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/genxml/v10.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panfrost/genxml/v10.xml b/src/panfrost/genxml/v10.xml index 8688f50de8f..b851f85b02a 100644 --- a/src/panfrost/genxml/v10.xml +++ b/src/panfrost/genxml/v10.xml @@ -1318,8 +1318,8 @@ - - + + @@ -1349,8 +1349,8 @@ - - + +