diff options
author | Aric Cyr <aric.cyr@amd.com> | 2023-09-10 12:18:54 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-09-26 16:54:44 -0400 |
commit | f4f8a4dac0e110bb13a6620ac71aa87482f8e09d (patch) | |
tree | 3fedf7d449716ff00ca0afb50facbcb2349b9752 /drivers/gpu/drm/amd/display | |
parent | 26a0e208676908888ecbf43a9c0ac27041c227f6 (diff) |
drm/amd/display: 3.2.252
This version brings along the following:
- Use optc32 instead of optc30 in DC
- Optimize OLED T7 delay
- Multiple fixes for MST, register mas, and others
- Update driver and IPS interop
- Improve z8 watermark mask
- DCN35 updates
- Enable replay for DCN35
- Temporarily disable clock gating
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@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 3c1fb97a5b4a..c0081d756694 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.251" +#define DC_VER "3.2.252" #define MAX_SURFACES 3 #define MAX_PLANES 6 |