diff options
author | Aric Cyr <aric.cyr@amd.com> | 2022-04-18 01:12:10 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-25 17:12:04 -0400 |
commit | 398bb283899b831bea45d639d0d4e0190c9ca305 (patch) | |
tree | 197f244740d3f3e744b392a789aaba4aa8e94636 /drivers/gpu/drm/amd/display/dc/dc.h | |
parent | 9844792ec8adcf140036d6d539a7a708865cb8d3 (diff) | |
download | linux-398bb283899b831bea45d639d0d4e0190c9ca305.tar.bz2 |
drm/amd/display: 3.2.183
This version brings along following fixes:
- Keep tracking of DSC packed PPS for future use
- Maintain current link settings in link loss interrupt
- Remove DDC write and read size check
- Read PSR-SU cap DPCD for specific panel
- Don't pass HostVM by default on DCN3.1
- Reset cached PSR parameters after hibernate
- Add audio readback registers
- Update dcn315 clk table read
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@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/dc/dc.h')
-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 47b56d2a6125..a649aec78868 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -47,7 +47,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.182" +#define DC_VER "3.2.183" #define MAX_SURFACES 3 #define MAX_PLANES 6 |