Skip to content

Commit e7595e3

Browse files
Aurabindo Pillaialexdeucher
Aurabindo Pillai
authored andcommitted
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 <[email protected]> Signed-off-by: Aurabindo Pillai <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b7a0855 commit e7595e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include "include/logger_interface.h"
77
#include "../dce110/irq_service_dce110.h"
88

9-
#include "dcn/dcn_3_2_0_offset.h"
10-
#include "dcn/dcn_3_2_0_sh_mask.h"
9+
#include "dcn/dcn_4_1_0_offset.h"
10+
#include "dcn/dcn_4_1_0_sh_mask.h"
1111

1212
#include "irq_service_dcn401.h"
1313

0 commit comments

Comments
 (0)