OMAPDSS: Apply manager timings instead of direct DISPC writes
authorArchit Taneja <archit@ti.com>
Thu, 26 Apr 2012 14:40:46 +0000 (20:10 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 May 2012 10:44:06 +0000 (13:44 +0300)
commit4172116385ede7abcfbbcc6eb6b7133385695001
tree5b1102aea3d951a057d4a8420761b78dd0fd8758
parent45324a2648bcfa96adeae71ae992da931eed79f6
OMAPDSS: Apply manager timings instead of direct DISPC writes

Replace the function dispc_mgr_set_timings() with dss_mgr_set_timings() in the
interface drivers. The latter function ensures that the timing related DISPC
registers are configured according to the shadow register programming model.

Remove the call to dispc_mgr_go() in dpi_set_timings() as the manager's go bit
is set by dss_mgr_set_timings().

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/rfbi.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/dss/venc.c