Skip to content

Commit f326f79

Browse files
saschahauergregkh
authored andcommitted
staging: drm/imx: Add i.MX IPUv3 crtc support
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent aecfbdb commit f326f79

File tree

3 files changed

+586
-0
lines changed

3 files changed

+586
-0
lines changed

drivers/staging/imx-drm/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ config DRM_IMX_IPUV3_CORE
2727
Choose this if you have a i.MX5/6 system and want
2828
to use the IPU. This option only enables IPU base
2929
support.
30+
31+
config DRM_IMX_IPUV3
32+
tristate "DRM Support for i.MX IPUv3"
33+
depends on DRM_IMX
34+
help
35+
Choose this if you have a i.MX5 or i.MX6 processor.

drivers/staging/imx-drm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ obj-$(CONFIG_DRM_IMX) += imxdrm.o
66
obj-$(CONFIG_DRM_IMX_PARALLEL_DISPLAY) += parallel-display.o
77
obj-$(CONFIG_DRM_IMX_FB_HELPER) += imx-fbdev.o
88
obj-$(CONFIG_DRM_IMX_IPUV3_CORE) += ipu-v3/
9+
obj-$(CONFIG_DRM_IMX_IPUV3) += ipuv3-crtc.o

0 commit comments

Comments
 (0)