From 2358ecdabe3733336a20d0ab7bdd243af550dbfb Mon Sep 17 00:00:00 2001 From: Aric Cyr Date: Sun, 24 Sep 2023 12:54:02 -0400 Subject: drm/amd/display: 3.2.254 DC v3.2.254 * Stability fixes through null pointer checks, blackscreen fixes on certain configurations * Improvements for various functionality like Idle optimization, ILR, DSC, IPS * Fixes for ILR functionality * Trivial code cleanups =================================================================== Acked-by: Aurabindo Pillai Cc: Daniel Wheeler 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(-) (limited to 'drivers/gpu/drm/amd/display/dc/dc.h') diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index a38e67e95208..d38194a58ab5 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.253" +#define DC_VER "3.2.254" #define MAX_SURFACES 3 #define MAX_PLANES 6 -- cgit