commit | 7c1786973e1f1461e48050bf8f8b6a2dfe1089c8 | [log] [tgz] |
---|---|---|
author | Dhaval Patel <pdhaval@codeaurora.org> | Mon Oct 28 18:52:07 2013 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Sat Nov 02 15:46:36 2013 -0700 |
tree | 1766d3e296706a9923267869f03123a34dde27bd | |
parent | df7e12ea5d5e1a0b74d5cc6999ba4b25301e88f6 [diff] |
msm: mdss: Call wait4comp after commit for wb intf Writeback path uses the comp event allocated on stack to wait for ISR done. It crashes if ISR tries to set the comp event after kickoff thread timeout. This change removes the comp event usage for writeback interface and starts to use the wait4comp API like video/command mode interfaces. CRs-fixed: 555036 Change-Id: I74994a0cbe4039c6d3d4a51d573d343751182bff Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>