diff options
author | Aric Cyr <aric.cyr@amd.com> | 2023-02-05 21:36:54 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-02-16 06:23:06 +0300 |
commit | 2f5d28ae2da563f209a964f65c7243403ef37dd0 (patch) | |
tree | 2d36746ab1c5ce0d0df4d81aaf31bb543384479f | |
parent | d2994b25e0787eabf7477ccb17b62c7f680809fa (diff) | |
download | linux-2f5d28ae2da563f209a964f65c7243403ef37dd0.tar.xz |
drm/amd/display: Promote DAL to 3.2.223
This version brings along the following:
- Move domain power control to DMCUB for DCN314
- Enable P-state validation check for DCN314
- Add support for multiple overlay planes
- Fixes in prefetch, k1 k2 divider programming and more
- Code cleanup
Acked-by: Qingqing Zhuo <qingqing.zhuo@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>
-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 6d140b7c25a9..2bf0a467d45f 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.222" +#define DC_VER "3.2.223" #define MAX_SURFACES 3 #define MAX_PLANES 6 |