aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/omap2/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-08-07 12:04:26 +0300
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-09 12:04:33 +0200
commit640f9ca5fd783393c832f6bb5c56368f4d18b820 (patch)
tree8719e7ed6d05edf3cf106d11fc8b904f26df6c97 /drivers/video/omap2/Makefile
parentafedec183e95bd5e126a7846a644acfdddb86a66 (diff)
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/Makefile')
-rw-r--r--drivers/video/omap2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/Makefile b/drivers/video/omap2/Makefile
index 7fdf7bdf9e3..aa3751b3dc9 100644
--- a/drivers/video/omap2/Makefile
+++ b/drivers/video/omap2/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_OMAP2_VRAM) += vram.o
+obj-$(CONFIG_OMAP2_VRFB) += vrfb.o