commit | 86d5786f29108f8293f25ab931c5542700e8139a | [log] [tgz] |
---|---|---|
author | Adrian Salido-Moreno <adrianm@codeaurora.org> | Wed May 01 19:32:23 2013 -0700 |
committer | Adrian Salido-Moreno <adrianm@codeaurora.org> | Fri May 03 15:57:37 2013 -0700 |
tree | eafaa39a34235634a721ef0591ca33f9461cfa50 | |
parent | 1a62094feb2249beec7f7a820962d6ce4e6cbace [diff] |
msm: mdss: cleanup multiple vsync handlers logic Simplify multiple vsync handlers logic by removing ref counters on handler structure and manage the same with the ref counter for irq enable/disable. At the same time ensure that the vsync lock is not being held while calling vsync enable/disable to avoid potential deadlock. Change-Id: Id79c67f21a5b2d224b2e6b1d3e0b6aa553c44945 CRs-Fixed: 482320 Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>