On Thu, 07 Oct 2021, Dave Airlie <airlied@xxxxxxxxx> wrote: > diff --git a/drivers/gpu/drm/i915/display/intel_plane_initial.c b/drivers/gpu/drm/i915/display/intel_plane_initial.c > new file mode 100644 > index 000000000000..63f7b9b9c278 > --- /dev/null > +++ b/drivers/gpu/drm/i915/display/intel_plane_initial.c > @@ -0,0 +1,283 @@ > +// SPDX-License-Identifier: MIT > +/* > + * Copyright © 2021 Intel Corporation > + */ > + > +#include "display/intel_display_types.h" > +#include "display/intel_plane_initial.h" > +#include "display/intel_atomic_plane.h" > +#include "display/intel_display.h" > +#include "display/intel_fb.h" The display/ prefixes are unnecessary in the same directory. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center