]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: mmp fb support
authorZhou Zhu <zzhu3@marvell.com>
Thu, 7 Feb 2013 01:25:53 +0000 (12:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:45:23 +0000 (16:45 +1100)
commit6a34819adf3337d616635e691231e2e233725dfd
tree9123fd1115d932abfefcb44c3d0d4b9fa1b02636
parent0e509261f6332d4bff223501d084471ada7c4355
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]