]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAPDSS: remove vaddr from overlay info
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 26 Sep 2011 16:16:59 +0000 (19:16 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:17:32 +0000 (16:17 +0300)
commit212b0d50e2eb7fc60f7bea1e90e5867b5fc0647d
tree071b1950e9d9f7ecc041f66ef962c95ee2e29adb
parent162874d5f5fa8aac7ff406825f152abb22d3c6c2
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>
drivers/media/video/omap/omap_vout.c
drivers/video/omap2/omapfb/omapfb-main.c
include/video/omapdss.h