drm/imx: move IPUv3 driver into separate subdirectory
authorLucas Stach <l.stach@pengutronix.de>
Fri, 25 Nov 2022 11:25:19 +0000 (12:25 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 16 Dec 2022 17:40:29 +0000 (18:40 +0100)
commit4b6cb2b67da883bc5095ee6d77f951f1cd7a1c24
tree0297872303f21f4c22aefabf48aa6c2dcff3a64b
parent4333472f8d7befe62359fecb1083cd57a6e07bfc
drm/imx: move IPUv3 driver into separate subdirectory

The IPUv3 and DCSS driver are two totally separate DRM drivers. Having
one of them live in the drivers/gpu/drm/imx toplevel directory and the
other one in the dcss/ subdirectory is confusing. Move the IPUv3 driver
into its own subdirectory to make the separation more clear.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20221125112519.3849636-1-l.stach@pengutronix.de
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20221125112519.3849636-1-l.stach@pengutronix.de
23 files changed:
MAINTAINERS
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/dw_hdmi-imx.c [deleted file]
drivers/gpu/drm/imx/imx-drm-core.c [deleted file]
drivers/gpu/drm/imx/imx-drm.h [deleted file]
drivers/gpu/drm/imx/imx-ldb.c [deleted file]
drivers/gpu/drm/imx/imx-tve.c [deleted file]
drivers/gpu/drm/imx/ipuv3-crtc.c [deleted file]
drivers/gpu/drm/imx/ipuv3-plane.c [deleted file]
drivers/gpu/drm/imx/ipuv3-plane.h [deleted file]
drivers/gpu/drm/imx/ipuv3/Kconfig [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/Makefile [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/dw_hdmi-imx.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/imx-drm-core.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/imx-drm.h [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/imx-ldb.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/imx-tve.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/ipuv3-plane.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/ipuv3-plane.h [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3/parallel-display.c [new file with mode: 0644]
drivers/gpu/drm/imx/parallel-display.c [deleted file]