diff options
author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-06-08 22:37:43 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-06-18 12:19:20 -0400 |
commit | 4cede0ef2e8c8449d47b13e364e596d2382a69cb (patch) | |
tree | c72e04b63f09001b7768f7fbf071766fd4bff8da | |
parent | 4b3f92128da602a5516a99decc929e6f56d9b411 (diff) |
drm/amd/display: Promote DC to 3.2.338
DC v3.2.338 summary:
* DML bug fixes
* Add pwait to DMCUB hang reporting
* New definitions / changes to prep for new platforms.
* Misc cleanups
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
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 da024b0d0eba..44aed03c37f2 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -55,7 +55,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.337" +#define DC_VER "3.2.338" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |