aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Cyr <[email protected]>2023-09-24 12:54:02 -0400
committerAlex Deucher <[email protected]>2023-10-04 18:42:50 -0400
commit2358ecdabe3733336a20d0ab7bdd243af550dbfb (patch)
tree22107fb7fb182e797532d350090c790ef7e43f29
parent13c0e836316a03ab859f616b85cfe25c3d69d5db (diff)
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 <[email protected]> Cc: Daniel Wheeler <[email protected]> Signed-off-by: Aric Cyr <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h2
1 files changed, 1 insertions, 1 deletions
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