]> Git Repo - linux.git/commit
staging: drm/imx: add drm plane support
authorPhilipp Zabel <[email protected]>
Thu, 10 Oct 2013 14:18:45 +0000 (16:18 +0200)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
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.061552 seconds and 4 git commands to generate.