diff options
author | Aric Cyr <[email protected]> | 2022-10-20 11:47:02 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-10-27 14:46:15 -0400 |
commit | 9552b19edcf640103e4b6ad2ab0b46ae8d92b6be (patch) | |
tree | 0b04b69608bcfbdea74c31304b1a2b93c9848951 | |
parent | 887e8cec55f20c39e14e04eb5f8a013ba75312ce (diff) |
drm/amd/display: 3.2.209
DC version 3.2.209 brings along the following:
* Improve color manipulation
* Add corrections to DML and some flag configuration
* Updates for DCN32x
* Expand kernel-doc
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 44f8db160520..c43bafa289e6 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.208" +#define DC_VER "3.2.209" #define MAX_SURFACES 3 #define MAX_PLANES 6 |