Series is Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> Harry On 2022-02-03 13:58, Alex Deucher wrote: > To align with other headers. > > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c | 4 ++-- > .../amd/include/asic_reg/{dcn => dpcs}/dpcs_3_0_3_offset.h | 0 > .../amd/include/asic_reg/{dcn => dpcs}/dpcs_3_0_3_sh_mask.h | 0 > 3 files changed, 2 insertions(+), 2 deletions(-) > rename drivers/gpu/drm/amd/include/asic_reg/{dcn => dpcs}/dpcs_3_0_3_offset.h (100%) > rename drivers/gpu/drm/amd/include/asic_reg/{dcn => dpcs}/dpcs_3_0_3_sh_mask.h (100%) > > diff --git a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c > index 2de687f64cf6..36649716e991 100644 > --- a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c > +++ b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c > @@ -48,8 +48,8 @@ > #include "sienna_cichlid_ip_offset.h" > #include "dcn/dcn_3_0_3_offset.h" > #include "dcn/dcn_3_0_3_sh_mask.h" > -#include "dcn/dpcs_3_0_3_offset.h" > -#include "dcn/dpcs_3_0_3_sh_mask.h" > +#include "dpcs/dpcs_3_0_3_offset.h" > +#include "dpcs/dpcs_3_0_3_sh_mask.h" > #include "nbio/nbio_2_3_offset.h" > > #define DC_LOGGER_INIT(logger) > diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_offset.h b/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_offset.h > similarity index 100% > rename from drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_offset.h > rename to drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_offset.h > diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_sh_mask.h > similarity index 100% > rename from drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_sh_mask.h > rename to drivers/gpu/drm/amd/include/asic_reg/dpcs/dpcs_3_0_3_sh_mask.h