diff options
author | Zhou Zhu <zzhu3@marvell.com> | 2013-02-21 16:42:12 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:22:17 -0800 |
commit | d2e8bae6d72fa139fe7da7739c30b81c4122866f (patch) | |
tree | ae19e0df48fc55cfd4a80226104735172b55c775 /drivers/video/mmp/fb/Makefile | |
parent | 59393bb94c103fca48c29348d2415cc67d772045 (diff) |
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>
Diffstat (limited to 'drivers/video/mmp/fb/Makefile')
-rw-r--r-- | drivers/video/mmp/fb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/mmp/fb/Makefile b/drivers/video/mmp/fb/Makefile new file mode 100644 index 000000000000..709fd1f76abe --- /dev/null +++ b/drivers/video/mmp/fb/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_MMP_FB) += mmpfb.o |