diff options
| author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-10-03 18:31:30 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-10-20 18:25:07 -0400 |
| commit | ccdc171b34a0f33f1abc015872bf7f3d65e67607 (patch) | |
| tree | 11cd5d249297f84bf76be363855a61644c807639 | |
| parent | 0c07085e5cf63536214975a9a5a2a3f91a4f568c (diff) | |
drm/amd/display: Promote DC to 3.2.354
Display Core v3.2.354 release highlights:
* DCN35 dispclk, dppclk & other fixes
* DCN401 cursor offload fix
* Add new block seqeunce-building/executing functions
* null ptr fixes
* DPIA hpd fix
* debug improvements
* Fix performance regression from full updates
* Firmware Release 0.1.31.0
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Alex Hung <alex.hung@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 8b9a78ff234c..ddd431ec4d52 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.353" +#define DC_VER "3.2.354" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |