OMAPDSS: fix registering the vsync isr in apply
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 10 Aug 2012 11:17:47 +0000 (14:17 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 18 Oct 2012 10:11:10 +0000 (13:11 +0300)
commitd7b6b6b1e7490beba3f4a30d8a6f22947c263ffe
tree2b280872d1114c11387484ee1bda88581d36e04d
parent78e7f256b207aba4bc0bcd9ba55e472dab87afc8
OMAPDSS: fix registering the vsync isr in apply

When we enable an output we don't check if we need to register the vsync
isr. This causes us to miss vsync interrupts until somebody changes the
configuration of an overlay or an overlay manager.

Add the registration to dss_mgr_enable to fix the problem.

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