diff options
author | Aric Cyr <[email protected]> | 2021-03-01 09:10:45 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-03-23 23:03:00 -0400 |
commit | 04841b934cc75c4e4bc52c12a017414311cbbc26 (patch) | |
tree | 75d89946027958bcc8fdf376b3b5825cf12e9679 | |
parent | 06ddcee49a35981835e04910bef462a09f108984 (diff) |
drm/amd/display: 3.2.126
DC version 3.2.126 brings improvements in multiple areas.
In summary, we highlight:
- DMUB fixes
- Firmware relase 0.0.55
- Expanded dmub_cmd documentation
- Enhancements in DCN30
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Aric Cyr <[email protected]>
Acked-by: Eryk Brol <[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 9765a63d973a..e0ee6d72b7f4 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.125" +#define DC_VER "3.2.126" #define MAX_SURFACES 3 #define MAX_PLANES 6 |