OMAP: Add support for VRFB rotation engine
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Fri, 7 Aug 2009 09:04:26 +0000 (12:04 +0300)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Wed, 9 Dec 2009 10:04:33 +0000 (12:04 +0200)
commit640f9ca5fd783393c832f6bb5c56368f4d18b820
tree8719e7ed6d05edf3cf106d11fc8b904f26df6c97
parentafedec183e95bd5e126a7846a644acfdddb86a66
OMAP: Add support for VRFB rotation engine

VRFB rotation engine is a block in OMAP2/3 that offers 12 independent
contexts that can be used for framebuffer rotation.

Each context has a backend area of real memory, where it stores the
pixels in undisclosed format. This memory is offered to users via 4
virtual memory areas, which see the same memory area in different
rotation angles (0, 90, 180 and 270 degrees).

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
arch/arm/plat-omap/include/plat/vrfb.h [new file with mode: 0644]
drivers/video/omap2/Kconfig
drivers/video/omap2/Makefile
drivers/video/omap2/vrfb.c [new file with mode: 0644]