From 9655a16031789d43c21084027fe5a76393c189b1 Mon Sep 17 00:00:00 2001 From: Taimur Hassan Date: Sun, 16 Feb 2025 16:27:26 -0500 Subject: [PATCH] drm/amd/display: Promote DAL to 3.2.322 - Disable PSR-SU on eDP panels - Fix HPD after GPU reset - Fixes on dcn4x init, DML2 state policy on DCN36 - Various minor logic fixes Reviewed-by: Leo Li Signed-off-by: Taimur Hassan Signed-off-by: Zaeem Mohamed 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 f76884fe86e3..f646f537a3dc 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -53,7 +53,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.321" +#define DC_VER "3.2.322" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC -- 2.50.1