commit | 22780c28ab7b567e4977cdd6f216ff2a67973916 | [log] [tgz] |
---|---|---|
author | Benet Clark <benetc@codeaurora.org> | Tue Mar 18 10:15:32 2014 -0700 |
committer | Benet Clark <benetc@codeaurora.org> | Tue Mar 18 12:06:28 2014 -0700 |
tree | 59c20598becf7b25bf39cd1b9095cef08d7aec9c | |
parent | ac89328c6e9747956c5b0a7fad79cc61dd278d67 [diff] |
msm: mdss: Move histogram disable complete_all after intr disable Previously, complete_all was called during histogram disablement before the histogram interrupts were disabled, which can lead to issues if an interrupt comes in between complete_all and interrupt disablement. Now complete_all is called afterwards, which guarantees no more interrupts will come. Change-Id: I831a01ce8433470b337a42a644d98ab5807fdbd7 Signed-off-by: Benet Clark <benetc@codeaurora.org>