]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: clean up dss_mgr_set_lcd_config
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 9 Aug 2012 15:07:45 +0000 (18:07 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:11 +0000 (20:02 +0300)
commitaba965707c4e1b39fe51705488e0e0a2a4d2f803
treec0211bc1c7a2b22d5d21cf92f5288c5d2468113a
parentf6a0492ee0f243415b03632826b80a8c8ae3680b
OMAPDSS: clean up dss_mgr_set_lcd_config

dss_mgr_set_lcd_config() 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