commit | d7b6b6b1e7490beba3f4a30d8a6f22947c263ffe | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Aug 10 14:17:47 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 18 13:11:10 2012 +0300 |
tree | 2b280872d1114c11387484ee1bda88581d36e04d | |
parent | 78e7f256b207aba4bc0bcd9ba55e472dab87afc8 [diff] |
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>