OMAPDSS: APPLY: fix clearing shadow dirty flag with manual update
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 7 Mar 2012 08:28:48 +0000 (10:28 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 13 Mar 2012 13:46:21 +0000 (15:46 +0200)
commitdf01d53068bdf31609aafd9a857901a1f16dfa52
treeabd6e418faf42e0c83c4e95b2e40121578a6f22d
parent001b7f3ecd164ba748e45f698714b3a574a11438
OMAPDSS: APPLY: fix clearing shadow dirty flag with manual update

Currently the shadow-dirty flags for manual update displays is cleared
in the apply_irq_handler when an update has finished. This is not
correct, as the shadow registers are taken into use (i.e. after that
they are not dirty) when the update is started.

Move the mgr_clear_shadow_dirty() call from apply_irq_handler to
dss_mgr_start_update() to fix this.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c