diff options
author | Aric Cyr <aric.cyr@amd.com> | 2021-03-20 01:20:03 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-04-09 22:49:08 +0200 |
commit | bb01091cec980a4f4c9e2375573a26582d34a8fb (patch) | |
tree | 4bc39ff98040b1647f96647ae8c7322a558eaab3 | |
parent | drm/amd/display: Disable MALL when SMU not present (diff) | |
download | linux-bb01091cec980a4f4c9e2375573a26582d34a8fb.tar.xz linux-bb01091cec980a4f4c9e2375573a26582d34a8fb.zip |
drm/amd/display: 3.2.129
This version brings along following features/fixes:
- LTTPR improvements
- Disable MALL when SMU not present
- Fix bug in HW that causes P-State to hang when DPG is enabled in
certain conditions
- Update code path for enabling DPG
- Update display endpoint control path
- Add dynamic link encoder selection
- Fix debugfs MST topology to dump from the root MST node
- Enable DP DSC Compliance automation for Linux
- ASSR is enabled only when DPCD is supported and the display
connected is internal
- Added kernel trace event to print real-time refresh rate value
to debug VRR issues
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Tested-by: Dan 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 55f3c76823d8..8b725347e2ed 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ /* forward declaration */ struct aux_payload; -#define DC_VER "3.2.128" +#define DC_VER "3.2.129" #define MAX_SURFACES 3 #define MAX_PLANES 6 |