diff options
author | Aric Cyr <[email protected]> | 2023-10-01 20:40:08 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-10-09 17:01:24 -0400 |
commit | dcc71a7e1e230c25748b49c1148cc470cc4d72cf (patch) | |
tree | a06dc1dd0ded4ae1b98fd61238c7057a8b512d6d | |
parent | b22c336268e477e3e8fc21e7d6b18fa8c4cd1f9a (diff) |
drm/amd/display: 3.2.255
This version brings along following fixes:
- Refactor DPG test pattern logic for ODM cases
- Refactor HWSS into component folder
- Revert "drm/amd/display: Add a check for idle power optimization"
- Revert "drm/amd/display: remove duplicated edp relink to fastboot
- Update cursor limits based on SW cursor fallback limits
- Update stream mask
- Update pmfw_driver_if new structure
- Modify SMU message logs
- Don't set dpms_off for seamless boot
Known issue:
DWB (Writeback functionality) is broken.
Fix will be available in DC 3.2.256
Acked-by: Tom Chung <[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.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 38e5f022558b..97a070309f9a 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -49,7 +49,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.254" +#define DC_VER "3.2.255" #define MAX_SURFACES 3 #define MAX_PLANES 6 |