commit | fed62e54ae1f80f4631ce154225cf019f1219e59 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Aug 09 18:13:13 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 07 20:02:11 2012 +0300 |
tree | 973a6868cdcd8253849600eb380ca575bb7bade6 | |
parent | aba965707c4e1b39fe51705488e0e0a2a4d2f803 [diff] |
OMAPDSS: clean up dss_mgr_set_timings dss_mgr_set_timings() can only be called when the output is not active. This means that most of the code in the function is extra, as there's no need to write the values to registers, etc, because that will be handled when the output will be enabled. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>