From f3b0580d4d3e6342e25d3cf68cd42df81e1e0bf0 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: (cherry picked from commit e38eb00e4e61248beeedfecc8d5628236527a5da) --- .pick_status.json | 2 +- src/panfrost/lib/genxml/v12.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index d7a8143de92..c0ecd1a811a 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3694,7 +3694,7 @@ "description": "pan/genxml/v12: Add minus1 mod for plane width/height", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "b6d5e01120741fe9107dec7cc2ec2bc4b4f2bca4", "notes": null diff --git a/src/panfrost/lib/genxml/v12.xml b/src/panfrost/lib/genxml/v12.xml index 039d955ea23..e4ddba055a6 100644 --- a/src/panfrost/lib/genxml/v12.xml +++ b/src/panfrost/lib/genxml/v12.xml @@ -1579,8 +1579,8 @@ - - + + @@ -1610,8 +1610,8 @@ - - + +