From f9f3e8236e9e8fb1926297e23389905b63400a87 Mon Sep 17 00:00:00 2001 From: Aric Cyr Date: Mon, 7 Oct 2024 09:19:15 -0400 Subject: [PATCH] drm/amd/display: 3.2.305 - Add sharpening policy to plane state - Clear pipe pointers on pipe reset - Resolve correct MALL size for dcn401 - Read Sink emission rate capability - IPX fixes - Coverity fixes Reviewed-by: Roman Li Signed-off-by: Aric Cyr Signed-off-by: Roman Li 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 ad8e2a91c306..6ba167d4c785 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.304" +#define DC_VER "3.2.305" #define MAX_SURFACES 3 #define MAX_PLANES 6 -- 2.42.0