video: mmp fb support
authorZhou Zhu <zzhu3@marvell.com>
Fri, 22 Feb 2013 00:42:12 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:17 +0000 (17:22 -0800)
commitd2e8bae6d72fa139fe7da7739c30b81c4122866f
treeae19e0df48fc55cfd4a80226104735172b55c775
parent59393bb94c103fca48c29348d2415cc67d772045
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>
Signed-off-by: Linus Torvalds <torvalds@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]