diff options
author | Aric Cyr <[email protected]> | 2021-05-03 09:57:35 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-05-10 18:11:31 -0400 |
commit | 9798970bc744e1d643e106e40e83d8a1c0186c2f (patch) | |
tree | cf2bd0ff9ac5838165eefbd8fc2be10edc15a281 | |
parent | 0b51e7e8ef69b4e3ceec1477db907a7db67e7e0c (diff) |
drm/amd/display: 3.2.135.1
- adding missed FW promotion
Signed-off-by: Aric Cyr <[email protected]>
Acked-by: Stylon Wang <[email protected]>
Tested-by: Daniel Wheeler <[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 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 |