On Mon, Dec 4, 2023 at 4:09 AM Thomas Zimmermann <tzimmerm...@suse.de> wrote: > > Move drm_plane_helper_atomic_check() into udl, which is the only > driver using it. Remove several unnecessary include statements for > <drm/drm_plane_helper.h>. > > v2: > * fix documentation (Sui) > > Thomas Zimmermann (8): > drm/plane-helper: Move drm_plane_helper_atomic_check() into udl > drm/amdgpu: Do not include <drm/drm_plane_helper.h> > drm/loongson: Do not include <drm/drm_plane_helper.h> > drm/shmobile: Do not include <drm/drm_plane_helper.h> > drm/solomon: Do not include <drm/drm_plane_helper.h> > drm/ofdrm: Do not include <drm/drm_plane_helper.h> > drm/simpledrm: Do not include <drm/drm_plane_helper.h> > drm/xlnx: Do not include <drm/drm_plane_helper.h>
Series is: Reviewed-by: Alex Deucher <alexander.deuc...@amd.com> > > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - > drivers/gpu/drm/drm_crtc_helper.c | 7 ++-- > drivers/gpu/drm/drm_plane_helper.c | 32 ------------------- > drivers/gpu/drm/loongson/lsdc_plane.c | 1 - > .../drm/renesas/shmobile/shmob_drm_plane.c | 1 - > drivers/gpu/drm/solomon/ssd130x.h | 1 - > drivers/gpu/drm/tiny/ofdrm.c | 1 - > drivers/gpu/drm/tiny/simpledrm.c | 1 - > drivers/gpu/drm/udl/udl_modeset.c | 19 +++++++++-- > drivers/gpu/drm/xlnx/zynqmp_kms.c | 1 - > include/drm/drm_plane_helper.h | 2 -- > 11 files changed, 19 insertions(+), 48 deletions(-) > > -- > 2.43.0 >