diff options
author | Ryan Seto <ryanseto@amd.com> | 2025-01-06 11:44:48 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-01-10 12:12:47 -0500 |
commit | 812a33a65d00e3d813f5ed2c9923569acd0b445c (patch) | |
tree | 125d17e2db97493f1cf9adaef8f5fa644def4d18 /drivers/gpu/drm/amd/display | |
parent | 0ae47e971b9add8f7b8f8d55ac5f407f6f346758 (diff) | |
download | linux-812a33a65d00e3d813f5ed2c9923569acd0b445c.tar.gz linux-812a33a65d00e3d813f5ed2c9923569acd0b445c.tar.bz2 linux-812a33a65d00e3d813f5ed2c9923569acd0b445c.zip |
drm/amd/display: 3.2.316
This version brings along following fixes:
- Add some feature for secure display
- Add replay desync error count tracking and reset
- Update chip_cap defines and usage
- Remove unnecessary eDP power down
- Fix some stuttering/corruption issue on PSR panel
- Cleanup and refactoring DML2.1
Acked-by: Wayne Lin <wayne.lin@amd.com>
Reviewed-by: Martin Leung <martin.leung@amd.com>
Signed-off-by: Ryan Seto <ryanseto@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-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 5fb15c6315a4..053481ab69ef 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.315" +#define DC_VER "3.2.316" #define MAX_SURFACES 4 #define MAX_PLANES 6 |