diff options
author | 2018-07-18 20:29:13 -0400 | |
---|---|---|
committer | 2018-08-27 11:10:16 -0500 | |
commit | 5d0e7e5caa08e1548aa39ad316202bd99bf970c4 (patch) | |
tree | c5902e54a9195cbbe0717390532c5336bf2481df /drivers/gpu | |
parent | drm/amd/display: Remove redundant non-zero and overflow check (diff) | |
download | wireguard-linux-5d0e7e5caa08e1548aa39ad316202bd99bf970c4.tar.xz wireguard-linux-5d0e7e5caa08e1548aa39ad316202bd99bf970c4.zip |
drm/amd/display: dc 3.1.62
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Steven Chiu <Steven.Chiu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-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 eb1de3ba622f..1cf4ec68e741 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -38,7 +38,7 @@ #include "inc/compressor.h" #include "dml/display_mode_lib.h" -#define DC_VER "3.1.61" +#define DC_VER "3.1.62" #define MAX_SURFACES 3 #define MAX_STREAMS 6 |