]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
OMAPDSS: pass ovl manager to dss_start_update
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 18 Nov 2011 09:14:01 +0000 (11:14 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:24 +0000 (08:54 +0200)
commit1cb0017813e82c740ef7b60bdaa0aa74eaab6a76
tree397971b6fa57c7e0d1578018642689a5d5ae0678
parent6331709bcafe578f63c837a8d726ce8ffdfe0895
OMAPDSS: pass ovl manager to dss_start_update

dss_start_update() takes currently the dss device as a parameter. Change
the parameter to ovl manager, as that is what the dss_start_update()
actually needs. Change the name of the function to
dss_mgr_start_update() to reflect the change.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/manager.c