From 79863ddee8eb5969c1bcaf0d41dd886ba6166c2e Mon Sep 17 00:00:00 2001 From: Aric Cyr Date: Sun, 4 Feb 2024 12:59:07 -0500 Subject: [PATCH] drm/amd/display: 3.2.272 Summary: * Revert some changes related to pixel encoding and clocks that cause corruption * IPS hang fix and FGCG enable by default for DCN35 * PSR-SU/Replay fixes * Plane clip size change treated as medium update * Fix for checking link alignment done during link training. * HDMI compliance test fixes and other improvements Acked-by: Aurabindo Pillai Signed-off-by: Aric Cyr Tested-by: Daniel Wheeler 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 181144541657e..9b42f6fc8c697 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -51,7 +51,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.271" +#define DC_VER "3.2.272" #define MAX_SURFACES 3 #define MAX_PLANES 6 -- 2.30.2