]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: APPLY: fix need_isr
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 25 Nov 2011 15:26:13 +0000 (17:26 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:55 +0000 (08:54 +0200)
commite8258b18867f1e71a1a2f4e50170bfcbfe12ee2c
treed33508726c6532fbe00df6ef3fadb3c6a7f650c3
parentf71f596e642bad69164f354d8b737a17126e5b9c
OMAPDSS: APPLY: fix need_isr

need_isr() should return true whenever there's work that needs to be
handled in the VSYNC/FRAMEDONE irq handler. However, need_isr() is
missing some cases where we need the irq handler.

This patch adds checks for shadow dirty flags, so that the irq handler
is started/kept running while shadow dirty flags are set.

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