From f4f8a4dac0e110bb13a6620ac71aa87482f8e09d Mon Sep 17 00:00:00 2001 From: Aric Cyr Date: Sun, 10 Sep 2023 12:18:54 -0400 Subject: [PATCH] drm/amd/display: 3.2.252 This version brings along the following: - Use optc32 instead of optc30 in DC - Optimize OLED T7 delay - Multiple fixes for MST, register mas, and others - Update driver and IPS interop - Improve z8 watermark mask - DCN35 updates - Enable replay for DCN35 - Temporarily disable clock gating Tested-by: Daniel Wheeler Acked-by: Rodrigo Siqueira Signed-off-by: Aric Cyr Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 3c1fb97a5b4aa..c0081d7566944 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -47,7 +47,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.251" +#define DC_VER "3.2.252" #define MAX_SURFACES 3 #define MAX_PLANES 6 -- 2.30.2