Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: move dpcs_3_0_3 headers from dcn to dpcs

To align with other headers.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+2 -2
+2 -2
drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c
··· 48 48 #include "sienna_cichlid_ip_offset.h" 49 49 #include "dcn/dcn_3_0_3_offset.h" 50 50 #include "dcn/dcn_3_0_3_sh_mask.h" 51 - #include "dcn/dpcs_3_0_3_offset.h" 52 - #include "dcn/dpcs_3_0_3_sh_mask.h" 51 + #include "dpcs/dpcs_3_0_3_offset.h" 52 + #include "dpcs/dpcs_3_0_3_sh_mask.h" 53 53 #include "nbio/nbio_2_3_offset.h" 54 54 55 55 #define DC_LOGGER_INIT(logger)
drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_offset.h drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_offset.h
drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_sh_mask.h drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_sh_mask.h