From 3359de824729de3ca8a0efa6c442e7682313441d 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: --- src/util/00-mesa-defaults.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index fd5eba78e5a..7e419d8b1fd 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -424,6 +424,8 @@ TODO: document the other workarounds.