diff options
author | Aric Cyr <[email protected]> | 2021-03-01 12:03:52 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-03-23 23:31:31 -0400 |
commit | 1f053689fb0e6202d868139a68c50269a29f500b (patch) | |
tree | dd9f25cafd4893e4b5462d9faf80d8624f803628 | |
parent | 0979d43259e13846d86ba17e451e17fec185d240 (diff) |
drm/amd/display: 3.2.126.1
Bumping DC version for DMU FW fix
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Acked-by: Solomon Chiu <[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 e0ee6d72b7f4..153093abafbd 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.126" +#define DC_VER "3.2.126.1" #define MAX_SURFACES 3 #define MAX_PLANES 6 |