summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2021-08-29 18:44:22 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-09-14 15:57:10 -0400
commit68e1634d5fdaee73fc4e628905a2be715df744db (patch)
treee6fdc56f3c00405c1951430b119ef2e82b23b74a
parent1b76cd177288bc2ca6ff05ec244361271151a57d (diff)
downloadlinux-stable-68e1634d5fdaee73fc4e628905a2be715df744db.tar.gz
linux-stable-68e1634d5fdaee73fc4e628905a2be715df744db.tar.bz2
linux-stable-68e1634d5fdaee73fc4e628905a2be715df744db.zip
drm/amd/display: 3.2.152
* Correct degamma coefficients * Optimize bandwidth on following fast update * Fix multiple memory leaks reported by coverity * Get backlight from PWM if DMCU is not initialized 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>
-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 134faa7a1937..442605354430 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.151"
+#define DC_VER "3.2.152"
#define MAX_SURFACES 3
#define MAX_PLANES 6