diff options
author | Aric Cyr <[email protected]> | 2021-03-28 20:56:46 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-04-09 16:53:39 -0400 |
commit | c25675e0b30bf38edbe88f455283f4da5a8ee1ea (patch) | |
tree | ff242ac7b7822be313f4092453feb312706eed3b | |
parent | ecc116010637dbea504271da4c9c685fdaaa7529 (diff) |
drm/amd/display: 3.2.130
DC version 3.2.130 brings improvements in multiple areas.
In summary, we highlight:
- Firmware release 0.0.59
- Fixes on display experiences for 4k TVs, register mask missing, etc.
- Enhancements on MST, code cleaning and debug messages.
Signed-off-by: Aric Cyr <[email protected]>
Acked-by: Qingqing Zhuo <[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 cf5abcb74601..8108b82bac60 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.129" +#define DC_VER "3.2.130" #define MAX_SURFACES 3 #define MAX_PLANES 6 |