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>
Tento commit je obsažen v:
Archit Taneja
2012-04-26 20:10:46 +05:30
odevzdal Tomi Valkeinen
rodič 45324a2648
revize 4172116385
6 změnil soubory, kde provedl 8 přidání a 10 odebrání

Zobrazit soubor

@@ -107,7 +107,7 @@ int omapdss_sdi_display_enable(struct omap_dss_device *dssdev)
}
dispc_mgr_set_timings(dssdev->manager->id, t);
dss_mgr_set_timings(dssdev->manager, t);
r = dss_set_clock_div(&dss_cinfo);
if (r)