diff options
author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-04-21 13:30:58 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-05-05 13:29:06 -0400 |
commit | c38de9db7493b866731b0ce3f76fcd4c2c63a9c2 (patch) | |
tree | 0aa6eac7e46fa8a554ba19edd8e160ee84445763 | |
parent | dbc5b24fffa7d11c77e62e7334309906ac9e45b5 (diff) |
drm/amd/display: Promote DC to 3.2.331
Summary
* Remove redundant NULL check
* Fix invalid context error in dml helper
* Prepare for Fused I2C-over-AUX
* Allow DSCClock disable
* Vmax / Vmin update for Vsync
* Fix race condition in DPIA AUX transfer
* Fix wrong handling for AUX_DEFER case
* Only wait for required space in DMUB mailbox
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@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 eab6222a13e7..2230e36c4f12 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.330" +#define DC_VER "3.2.331" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |