]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
OMAPDSS: OMAPLFB: Add omaplfb to the kernel tree
authorHemant Hariyani <hemanthariyani@ti.com>
Tue, 9 Apr 2013 22:10:35 +0000 (15:10 -0700)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:45:10 +0000 (17:45 -0500)
commit7a8d22db12c54e497b6db687b275b4afc0c80a0b
tree033cc482f5bea329cdb7ddf2b25a21ff4012e02b
parentd21085c09bbc3db6d1ad083e41a8a1d27c8e151a
OMAPDSS: OMAPLFB: Add omaplfb to the kernel tree

omaplfb has dependencies on several kernel components and it will
be easier to maintain it in the kernel tree.

Sync'd to DDK omaplfb patch:
omaplfb: Allocate a clear buffer with 8 pixel stride per GC requirement

Change-Id: Ia6b81bb442b17162b6753ba5b4cba53d96d9b3a2
Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
Signed-off-by: Tony Lofthouse <a0741364@ti.com>
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
Signed-off-by: Dandawate Saket <dsaket@ti.com>
14 files changed:
arch/arm/plat-omap/android-display.c [new file with mode: 0644]
arch/arm/plat-omap/include/plat/android-display.h [new file with mode: 0644]
drivers/video/omap2/Kconfig
drivers/video/omap2/Makefile
drivers/video/omap2/omaplfb/Kconfig [new file with mode: 0644]
drivers/video/omap2/omaplfb/Makefile [new file with mode: 0644]
drivers/video/omap2/omaplfb/img_defs.h [new file with mode: 0644]
drivers/video/omap2/omaplfb/img_types.h [new file with mode: 0644]
drivers/video/omap2/omaplfb/kerneldisplay.h [new file with mode: 0644]
drivers/video/omap2/omaplfb/omaplfb.h [new file with mode: 0644]
drivers/video/omap2/omaplfb/omaplfb_bv.c [new file with mode: 0644]
drivers/video/omap2/omaplfb/omaplfb_displayclass.c [new file with mode: 0644]
drivers/video/omap2/omaplfb/omaplfb_linux.c [new file with mode: 0644]
drivers/video/omap2/omaplfb/servicesext.h [new file with mode: 0644]