]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitff8121705f5efc2c397eb378e85d811eaba518ac
tree5b1102aea3d951a057d4a8420761b78dd0fd8758
parent7312735fb84074174c8d9274429ea8327fc761f4
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