diff options
author | Aric Cyr <aric.cyr@amd.com> | 2021-05-03 16:57:35 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-05-11 01:11:31 +0300 |
commit | 9798970bc744e1d643e106e40e83d8a1c0186c2f (patch) | |
tree | cf2bd0ff9ac5838165eefbd8fc2be10edc15a281 /drivers | |
parent | 0b51e7e8ef69b4e3ceec1477db907a7db67e7e0c (diff) | |
download | linux-9798970bc744e1d643e106e40e83d8a1c0186c2f.tar.xz |
drm/amd/display: 3.2.135.1
- adding missed FW promotion
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Stylon Wang <stylon.wang@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-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 213a6cb05d11..d26153ab9d62 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -45,7 +45,7 @@ /* forward declaration */ struct aux_payload; -#define DC_VER "3.2.135" +#define DC_VER "3.2.135.1" #define MAX_SURFACES 3 #define MAX_PLANES 6 |