]> git.baikalelectronics.ru Git - kernel.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)
commit8941cdc7b972b0a142fd4adc72f66a70f12a4947
tree071b1950e9d9f7ecc041f66ef962c95ee2e29adb
parent290c1404154d5917b0c33a114236c6a0156c3852
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