diff options
author | Aric Cyr <Aric.Cyr@amd.com> | 2022-10-20 11:47:02 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-10-27 14:46:15 -0400 |
commit | 9552b19edcf640103e4b6ad2ab0b46ae8d92b6be (patch) | |
tree | 0b04b69608bcfbdea74c31304b1a2b93c9848951 | |
parent | 887e8cec55f20c39e14e04eb5f8a013ba75312ce (diff) | |
download | linux-9552b19edcf640103e4b6ad2ab0b46ae8d92b6be.tar.bz2 |
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 <mark.broadworth@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Aric Cyr <Aric.Cyr@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 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 |