From: Aurabindo Pillai Date: Mon, 13 May 2024 23:31:10 +0000 (-0400) Subject: drm/amd/display: Use DCN 410 includes for DCN401 X-Git-Tag: v6.11-rc1~141^2~25^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7595e3740e64b824cb8adda1dd5c3b7e1057f5c;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: Use DCN 410 includes for DCN401 DCN401 is using DCN 320 headers, which does not have all the right registers for DCN401. This commit just replace DCN320 includes with the one from DCN410. Reviewed-by: Rodrigo Siqueira Signed-off-by: Aurabindo Pillai Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c b/drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c index 859d19360e9af..b43c9524b0de1 100644 --- a/drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c +++ b/drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c @@ -6,8 +6,8 @@ #include "include/logger_interface.h" #include "../dce110/irq_service_dce110.h" -#include "dcn/dcn_3_2_0_offset.h" -#include "dcn/dcn_3_2_0_sh_mask.h" +#include "dcn/dcn_4_1_0_offset.h" +#include "dcn/dcn_4_1_0_sh_mask.h" #include "irq_service_dcn401.h"