DSS2: OMAP2/3 Display Subsystem driver
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Thu, 2 Apr 2009 07:23:42 +0000 (10:23 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 1 May 2009 16:36:15 +0000 (19:36 +0300)
commit8e2827019be3d6fe8a46977ef65bb1f6e877418a
tree3021a72c3a0392766d459e320c97b42a1dbe55ca
parentb6d1d374a1af26dc54c67a54bcaa42a705a1037e
DSS2: OMAP2/3 Display Subsystem driver

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
25 files changed:
Documentation/arm/OMAP/DSS [new file with mode: 0644]
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/include/mach/display.h [new file with mode: 0644]
arch/arm/plat-omap/include/mach/vram.h [new file with mode: 0644]
arch/arm/plat-omap/include/mach/vrfb.h [new file with mode: 0644]
arch/arm/plat-omap/vram.c [new file with mode: 0644]
arch/arm/plat-omap/vrfb.c [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/omap2/Kconfig [new file with mode: 0644]
drivers/video/omap2/Makefile [new file with mode: 0644]
drivers/video/omap2/dss/Kconfig [new file with mode: 0644]
drivers/video/omap2/dss/Makefile [new file with mode: 0644]
drivers/video/omap2/dss/core.c [new file with mode: 0644]
drivers/video/omap2/dss/dispc.c [new file with mode: 0644]
drivers/video/omap2/dss/display.c [new file with mode: 0644]
drivers/video/omap2/dss/dpi.c [new file with mode: 0644]
drivers/video/omap2/dss/dsi.c [new file with mode: 0644]
drivers/video/omap2/dss/dss.c [new file with mode: 0644]
drivers/video/omap2/dss/dss.h [new file with mode: 0644]
drivers/video/omap2/dss/manager.c [new file with mode: 0644]
drivers/video/omap2/dss/overlay.c [new file with mode: 0644]
drivers/video/omap2/dss/rfbi.c [new file with mode: 0644]
drivers/video/omap2/dss/sdi.c [new file with mode: 0644]
drivers/video/omap2/dss/venc.c [new file with mode: 0644]