]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/imx: merge imx-drm-core and ipuv3-crtc in one module
authorLucas Stach <l.stach@pengutronix.de>
Thu, 23 Mar 2017 16:18:37 +0000 (17:18 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 4 Apr 2017 08:59:08 +0000 (10:59 +0200)
commit3d1df96ad46856ce850be5ac112eab919cbe1cab
treef9d131ab505d72d3beb55fb39e1513371eacf22d
parent30310c835f3ebfefcf83f006981faa66d73bd810
drm/imx: merge imx-drm-core and ipuv3-crtc in one module

While it is possible to hook other CRTC implementations into imx-drm
in practice there are none yet and the option to disable ipuv3-crtc
support has been hidden for a long time.

Now that the imx-drm-core has learned to deal with some of the
specifics of IPUv3 there is a cyclic dependency between both parts.
To get rid of this and to decimate the Kconfig maze a bit, simply
merge both parts into one module.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/imx-drm-core.c
drivers/gpu/drm/imx/imx-drm.h
drivers/gpu/drm/imx/ipuv3-crtc.c