diff options
author | Aric Cyr <[email protected]> | 2021-04-25 04:22:23 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-05-10 18:06:45 -0400 |
commit | 84a19fa786a9f1d7f6aaf8021d3a46026ad5a7da (patch) | |
tree | 5f287faccee703fc06cd6c12226d79a422c37e7a | |
parent | 3375bd91d339bb967daa67f3bb8e3c25255a8b7c (diff) |
drm/amd/display: 3.2.134
This version brings improvements across DP, eDP, DMUB, DSC, etc
Signed-off-by: Aric Cyr <[email protected]>
Acked-by: Wayne Lin <[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 42b9b08324e7..d9e1657ba6a6 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.133" +#define DC_VER "3.2.134" #define MAX_SURFACES 3 #define MAX_PLANES 6 |