summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2021-02-01 10:47:41 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-02-09 15:48:41 -0500
commitef4dd6b2757e4f047b3d9fd38f13eb576d30ba83 (patch)
treefc1442c803b74ce21ced928e460ba83a9d04e3cb /drivers/gpu/drm/amd
parentd448521edaf31681d344045842b2a4f05f90e96a (diff)
downloadlinux-stable-ef4dd6b2757e4f047b3d9fd38f13eb576d30ba83.tar.gz
linux-stable-ef4dd6b2757e4f047b3d9fd38f13eb576d30ba83.tar.bz2
linux-stable-ef4dd6b2757e4f047b3d9fd38f13eb576d30ba83.zip
drm/amd/display: 3.2.122
This version brings along following fixes: - Fix error handling in dc/dcn10/dcn10_hw_sequencer_debug.c - DIO Supported for virtual displays - memset dmub_rb_cmd to 0 which fixes issues talking with firmware - fix 64bit division issue on 32bit OS - move edp sink present detection to hw init to fix hang - reverts a patch that caused 3x4K60 displays over MST with DSC enabled to not light up Signed-off-by: Aric Cyr <aric.cyr@amd.com> Acked-by: Anson Jacob <Anson.Jacob@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.h2
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 739a39eeb941..4eee3a55fa30 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -42,7 +42,7 @@
#include "inc/hw/dmcu.h"
#include "dml/display_mode_lib.h"
-#define DC_VER "3.2.121"
+#define DC_VER "3.2.122"
#define MAX_SURFACES 3
#define MAX_PLANES 6