From 5482b54c85ec8365459699e9534628b49ebed5c5 Mon Sep 17 00:00:00 2001 From: Raviraj Uppal Date: Thu, 30 Apr 2026 13:20:45 +0530 Subject: [PATCH] driconf: disable allow_rgb16_configs for SPECviewperf Commit f2aaa9ce00f added 16 bpc unorm display formats gated behind the flag allow_rgb16_configs driconf option, defaulting to true. This causes SPECviewperf's maya_06 viewset to fail. Disabling allow_rgb16_configs for SPECviewperf alongside the existing allow_rgb10_configs workaround. Fixes: f2aaa9ce00f ("dri,gallium: Add support for RGB[A]16_UNORM display formats.") Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: (cherry picked from commit 3359de824729de3ca8a0efa6c442e7682313441d) --- .pick_status.json | 2 +- src/util/00-mesa-defaults.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 3c2b8aad5bd..3d2b0e1687d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2614,7 +2614,7 @@ "description": "driconf: disable allow_rgb16_configs for SPECviewperf", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f2aaa9ce00ffe7310bddcd5e884f34afb741f460", "notes": null diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 69ba95c4b8e..59a2a55c56a 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -424,6 +424,8 @@ TODO: document the other workarounds.