]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3_dss: add optional framebuffer
authorJeroen Hofstee <jhofstee@victronenergy.com>
Fri, 18 May 2012 00:51:00 +0000 (00:51 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 25 May 2012 13:34:18 +0000 (15:34 +0200)
commitd9c13aac14126c2f9446715b33a69f536336b2c0
treec4fe51a5177fba0125041e6b0342bd3b850f352c
parentf714b0a911e24cc733553f02b30d508212f339fe
omap3_dss: add optional framebuffer

The beagle board uses the background color to show an orange screen during
startup. This patch adds the ability to add a frame buffer, with the
intention not to break the beagle board use case (I don't have one).
videomodes.c is not used. Scrolling depends on this patch:

http://patchwork.ozlabs.org/patch/155662/

cc: trini@ti.com
cc: s-paulraj@ti.com
cc: khasim@ti.com
Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com>
arch/arm/include/asm/arch-omap3/dss.h
drivers/video/Makefile
drivers/video/omap3_dss.c