linux/drivers/video/omap2/omapfb
Tomi Valkeinen 212b0d50e2 OMAPDSS: remove vaddr from overlay info
overlay_info struct, used to configure overlays, currently includes both
physical and virtual addresses for the pixels. The vaddr was added to
support more exotic configurations where CPU would be used to update a
display, but it is not currently used and there has been no interest in
the feature. Using CPU to update a screen is also less interesting now
that OMAP4 has two LCD outputs.

This patch removes the vaddr field, and modifies the users of omapdss
accordingly. This makes the use of omapdss a bit simpler, as the user
doesn't need to think if it needs to give the vaddr.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-09-30 16:17:32 +03:00
..
Kconfig OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig 2011-09-30 16:16:19 +03:00
Makefile OMAP: DSS2: omapfb driver 2009-12-09 12:12:44 +02:00
omapfb-ioctl.c OMAP: DSS2: OMAPFB: Implement auto-update mode 2011-07-01 12:01:14 +03:00
omapfb-main.c OMAPDSS: remove vaddr from overlay info 2011-09-30 16:17:32 +03:00
omapfb-sysfs.c OMAP: OMAPFB: string parsing cleanups 2011-09-30 16:16:22 +03:00
omapfb.h OMAP: DSS2: OMAPFB: Implement auto-update mode 2011-07-01 12:01:14 +03:00