diff options
author | Aric Cyr <[email protected]> | 2021-11-14 19:05:52 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-11-24 14:06:52 -0500 |
commit | 8ab1d0923c2bdd708e041a765c6e7ca57e6121d8 (patch) | |
tree | d6c7cdb397ff2cacdafc6abb9532a8f24991a087 | |
parent | 7f41c66070053e269b2082be964b6ce9f95776e2 (diff) |
drm/amd/display: 3.2.163
This version brings along the following:
- FW promotion to 0.0.94
- Enable seamless boot for DCN301
- Improvements in bandwidth validation
- Fixes in flags update, link encoder assignments, DSC, ODM combine and more
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 a43583c6e90e..c14e7db3f69d 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.162" +#define DC_VER "3.2.163" #define MAX_SURFACES 3 #define MAX_PLANES 6 |