diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-08-07 11:04:26 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 11:04:33 +0100 |
commit | 640f9ca5fd783393c832f6bb5c56368f4d18b820 (patch) | |
tree | 8719e7ed6d05edf3cf106d11fc8b904f26df6c97 /drivers/video/omap2/Kconfig | |
parent | OMAP: Add VRAM manager (diff) | |
download | linux-640f9ca5fd783393c832f6bb5c56368f4d18b820.tar.xz linux-640f9ca5fd783393c832f6bb5c56368f4d18b820.zip |
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>
Diffstat (limited to 'drivers/video/omap2/Kconfig')
-rw-r--r-- | drivers/video/omap2/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig index 7a6c4c9b902c..ac8b65057a01 100644 --- a/drivers/video/omap2/Kconfig +++ b/drivers/video/omap2/Kconfig @@ -1,2 +1,5 @@ config OMAP2_VRAM bool + +config OMAP2_VRFB + bool |