Skip to content

Commit

Permalink
staging: drm/imx: Add i.MX IPUv3 crtc support
Browse files Browse the repository at this point in the history
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 <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sascha Hauer authored and Greg Kroah-Hartman committed Sep 21, 2012
1 parent aecfbdb commit f326f79
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/staging/imx-drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ config DRM_IMX_IPUV3_CORE
Choose this if you have a i.MX5/6 system and want
to use the IPU. This option only enables IPU base
support.

config DRM_IMX_IPUV3
tristate "DRM Support for i.MX IPUv3"
depends on DRM_IMX
help
Choose this if you have a i.MX5 or i.MX6 processor.
1 change: 1 addition & 0 deletions drivers/staging/imx-drm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ obj-$(CONFIG_DRM_IMX) += imxdrm.o
obj-$(CONFIG_DRM_IMX_PARALLEL_DISPLAY) += parallel-display.o
obj-$(CONFIG_DRM_IMX_FB_HELPER) += imx-fbdev.o
obj-$(CONFIG_DRM_IMX_IPUV3_CORE) += ipu-v3/
obj-$(CONFIG_DRM_IMX_IPUV3) += ipuv3-crtc.o
Loading

0 comments on commit f326f79

Please sign in to comment.