diff options
author | 2019-12-02 03:42:28 -0500 | |
---|---|---|
committer | 2019-12-18 16:09:10 -0500 | |
commit | a70445918b84e6a783375cc537fc95b0dbe05fcb (patch) | |
tree | aa690373fab8309e1f0e5cd1275ad3849316d8b6 /drivers/gpu/drm/amd | |
parent | drm/amd/display: fix 270 degree rotation for mixed-SLS mode (diff) | |
download | wireguard-linux-a70445918b84e6a783375cc537fc95b0dbe05fcb.tar.xz wireguard-linux-a70445918b84e6a783375cc537fc95b0dbe05fcb.zip |
drm/amd/display: 3.2.64
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-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 5c48111deabc..4c2ba93ab7e0 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -39,7 +39,7 @@ #include "inc/hw/dmcu.h" #include "dml/display_mode_lib.h" -#define DC_VER "3.2.63" +#define DC_VER "3.2.64" #define MAX_SURFACES 3 #define MAX_PLANES 6 |