diff options
author | Aurabindo Pillai <[email protected]> | 2024-05-13 19:31:10 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-29 14:40:39 -0400 |
commit | e7595e3740e64b824cb8adda1dd5c3b7e1057f5c (patch) | |
tree | 8383350eea5688207e1926e438fd1bcc6219bc4c | |
parent | b7a08552e11fb5f1b9544e251f56660fcfee3dc2 (diff) |
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]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 859d19360e9a..b43c9524b0de 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" |