From: Archit Taneja Date: Thu, 26 Apr 2012 14:40:46 +0000 (+0530) Subject: OMAPDSS: Apply manager timings instead of direct DISPC writes X-Git-Tag: v3.5-rc1~7^2~5^2~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4172116385ede7abcfbbcc6eb6b7133385695001;p=pandora-kernel.git 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 --- Reading git-diff-tree failed