diff options
author | Aric Cyr <[email protected]> | 2022-10-20 11:46:46 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-10-27 14:43:06 -0400 |
commit | 5384d0e2b0e6afc717a523420a4b30e96dc9a99b (patch) | |
tree | 7857abc27aaaf36f65628fe790ff09e521339888 | |
parent | 1fb695d9e67d86c28f888b22d246c4333afa8a71 (diff) |
drm/amd/display: 3.2.208
DC version 3.2.208 brings along the following:
* Add more kernel doc
* Enable secure display on DCN21
* Limit dcn32 to 1950Mhz display clock
* PSR code refactor
* Rework audio stream sequence
* Generic bug fixes
Tested-by: Mark Broadworth <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Aric Cyr <[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 e4e41f2e5054..3450aca538b5 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.207" +#define DC_VER "3.2.208" #define MAX_SURFACES 3 #define MAX_PLANES 6 |