summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorMartin Leung <Martin.Leung@amd.com>2024-08-05 11:00:14 -0400
committerAlex Deucher <alexander.deucher@amd.com>2024-08-13 12:12:51 -0400
commitbbec7cea6fa4a0463d4766ed0e6bb347773d3949 (patch)
treec816382e3c8790b14c1708e5ef43ebbc44f0b123 /drivers/gpu
parent267c5876c977d5f2d5a89f377d74adf42b5c38a5 (diff)
downloadlinux-bbec7cea6fa4a0463d4766ed0e6bb347773d3949.tar.gz
linux-bbec7cea6fa4a0463d4766ed0e6bb347773d3949.tar.bz2
linux-bbec7cea6fa4a0463d4766ed0e6bb347773d3949.zip
drm/amd/display: Promote DAL to 3.2.296
This version brings along following fixes: - Fix some cursor issue - Fix print format specifiers in DC_LOG_IPS - Fix minor coding errors in dml21 phase 5 - Fix MST BW calculation Regression - Improve FAM control for DCN401 - Add null pointer checks for some code - Refactor 3DLUT for non-DMA - Optimize vstartup position for AS-SDP - Update to using new dccg callbacks - Enable otg synchronization logic for DCN321 - Disable DCN401 UCLK P-State support on full updates Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Martin Leung <Martin.Leung@amd.com> Signed-off-by: Tom Chung <chiahsuan.chung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@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.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 91a351f8711e..6b036417a73a 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -55,7 +55,7 @@ struct aux_payload;
struct set_config_cmd_payload;
struct dmub_notification;
-#define DC_VER "3.2.295"
+#define DC_VER "3.2.296"
#define MAX_SURFACES 3
#define MAX_PLANES 6