]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: clean up dss_mgr_set_timings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 9 Aug 2012 15:13:13 +0000 (18:13 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:11 +0000 (20:02 +0300)
commitea19626b6d65aa698ba3955bace6be9cb07e9502
tree973a6868cdcd8253849600eb380ca575bb7bade6
parent0da865895f444ed55cc01e78c82e0da42ee5cda1
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>
drivers/video/omap2/dss/apply.c