From 53472eeb22ad5b122a485f73583f8201a8a32401 Mon Sep 17 00:00:00 2001 From: Taimur Hassan Date: Sun, 2 Feb 2025 22:43:49 -0500 Subject: [PATCH] drm/amd/display: 3.2.320 Summary: * Start enabling support for 4-plane MPO * DML21 Updates * SPL Updates * Other minor fixes Signed-off-by: Taimur Hassan Signed-off-by: Aurabindo Pillai Reviewed-by: Aric Cyr Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 16cd7833e9318..ab88ce02893e9 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -53,7 +53,7 @@ struct aux_payload; struct set_config_cmd_payload; struct dmub_notification; -#define DC_VER "3.2.319" +#define DC_VER "3.2.320" /** * MAX_SURFACES - representative of the upper bound of surfaces that can be piped to a single CRTC -- 2.50.1