diff options
author | Aric Cyr <[email protected]> | 2023-02-05 13:36:54 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-02-15 22:23:06 -0500 |
commit | 2f5d28ae2da563f209a964f65c7243403ef37dd0 (patch) | |
tree | 2d36746ab1c5ce0d0df4d81aaf31bb543384479f | |
parent | d2994b25e0787eabf7477ccb17b62c7f680809fa (diff) |
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 <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 |