staging: drm/imx: add drm plane support
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 10 Oct 2013 14:18:45 +0000 (16:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:30:33 +0000 (15:30 -0700)
commitb8d181e408af6a017da8143eccae9ce8f2157d2f
treea9c9e8c7b4c81ce98473bbf131789dc0f96ac56f
parent6ee4d7fe1b5f8c9c32410ddf1f1aa84bdeaed6b9
staging: drm/imx: add drm plane support

This patch adds support for a drm overlay plane on DI0 using the DP.
In principle, the overlay plane could also be used on DI1, but to switch
the overlay plane between display interfaces, the base planes would have
to be exchanged transparently while both display interfaces are inactive.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/Makefile
drivers/staging/imx-drm/TODO
drivers/staging/imx-drm/imx-drm-core.c
drivers/staging/imx-drm/imx-drm.h
drivers/staging/imx-drm/ipu-v3/ipu-common.c
drivers/staging/imx-drm/ipuv3-crtc.c
drivers/staging/imx-drm/ipuv3-plane.c [new file with mode: 0644]
drivers/staging/imx-drm/ipuv3-plane.h [new file with mode: 0644]
This page took 0.0259 seconds and 5 git commands to generate.