Commit e7595e37 authored by Aurabindo Pillai's avatar Aurabindo Pillai Committed by Alex Deucher

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: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b7a08552
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "include/logger_interface.h" #include "include/logger_interface.h"
#include "../dce110/irq_service_dce110.h" #include "../dce110/irq_service_dce110.h"
#include "dcn/dcn_3_2_0_offset.h" #include "dcn/dcn_4_1_0_offset.h"
#include "dcn/dcn_3_2_0_sh_mask.h" #include "dcn/dcn_4_1_0_sh_mask.h"
#include "irq_service_dcn401.h" #include "irq_service_dcn401.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment