]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: mmp fb support
authorZhou Zhu <zzhu3@marvell.com>
Wed, 20 Feb 2013 02:13:38 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:06 +0000 (16:52 +1100)
commit44006ed78c0fb24e68edbcb7bbfbdb1edccb6056
tree3497f427110e0c75c0a31cac5bedf188b9a15a7d
parent6eb19d1fa164f9594eb690250b111fbdc34cb318
video: mmp fb support

Add fb support for Marvell mmp display subsystem.  This driver is
configured using "buffer driver mach info".  With configured name of path,
this driver get path using using exported interface of mmp display driver.
Then this driver get overlay using configured id and operates on this
overlay to show buffers on display devices.

Signed-off-by: Zhou Zhu <zzhu3@marvell.com>
Signed-off-by: Lisa Du <cldu@marvell.com>
Cc: Guoqing Li <ligq@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/mmp/Kconfig
drivers/video/mmp/Makefile
drivers/video/mmp/fb/Kconfig [new file with mode: 0644]
drivers/video/mmp/fb/Makefile [new file with mode: 0644]
drivers/video/mmp/fb/mmpfb.c [new file with mode: 0644]
drivers/video/mmp/fb/mmpfb.h [new file with mode: 0644]