diff options
author | Aric Cyr <aric.cyr@amd.com> | 2023-08-27 22:07:35 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-09-12 00:18:16 +0300 |
commit | c8b249a783488355f98db3b13137ce71cc869c96 (patch) | |
tree | c1df36409f0394c23f8d2411fc3d6b132bc49dae | |
parent | 7f7925e258288cfcfa2b0e0631fcd91a39744f94 (diff) | |
download | linux-c8b249a783488355f98db3b13137ce71cc869c96.tar.xz |
drm/amd/display: 3.2.250
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@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 9e02d2230028..52236932dd3e 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.249" +#define DC_VER "3.2.250" #define MAX_SURFACES 3 #define MAX_PLANES 6 |