summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2021-08-21 14:27:13 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-09-14 15:57:10 -0400
commitf22268ce0a3f4065cddfb62ac29845b2c07c1c5a (patch)
tree93f6dfd4c3dac4c389ec28b2cae584d5254791d2 /drivers
parentcaf58a2c82243e5fe028737e8190e6d194ed10e7 (diff)
downloadlinux-stable-f22268ce0a3f4065cddfb62ac29845b2c07c1c5a.tar.gz
linux-stable-f22268ce0a3f4065cddfb62ac29845b2c07c1c5a.tar.bz2
linux-stable-f22268ce0a3f4065cddfb62ac29845b2c07c1c5a.zip
drm/amd/display: 3.2.151
* coverity kernel memory leak fixes * NULL pointer dereference fixes * Add periodic detection when zstate is enabled * Fork thread to offload work of hpd_rx_irq Acked-by: Mikita Lipski <mikita.lipski@amd.com> Signed-off-by: Aric Cyr <aric.cyr@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-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 bcae2250a574..ece44796a74f 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.150"
+#define DC_VER "3.2.151"
#define MAX_SURFACES 3
#define MAX_PLANES 6