diff options
author | Taimur Hassan <Syed.Hassan@amd.com> | 2025-03-31 18:13:01 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-04-08 01:01:08 +0300 |
commit | dd035239c96ea8dfa4e19513e8f0952a93dd41bf (patch) | |
tree | 2793f4c47a69a9d2fc83adc700bf2f029bdabc41 | |
parent | e3895e8a872ce2da7e504be24aa6cfff351562dc (diff) | |
download | linux-dd035239c96ea8dfa4e19513e8f0952a93dd41bf.tar.xz |
drm/amd/display: Promote DC to 3.2.328
Summary:
* Optimize custom brightness curve
* Correct SSC enable detection for DCN351
* Turn off eDP lcdvdd and backlight if not required
* Use DMUB Fused IO interface for HDCP
* Extend eDP-on-DP1 quirk list
Reviewed-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Roman Li <roman.li@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 c989bb9798dd..7624b909497e 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.327" +#define DC_VER "3.2.328" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC |