commit | c3e185fab342783600a5d193e91c0481857a9e8f | [log] [tgz] |
---|---|---|
author | Benjamin Chan <bkchan@codeaurora.org> | Tue Nov 08 21:48:21 2016 -0500 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Tue Feb 21 11:11:03 2017 -0800 |
tree | 79a93bb10bb826a7cccd421544ddf4e9adbb9a90 | |
parent | af5290920d950ca4ebefbbc4cfec970eb97b1cb5 [diff] |
msm: sde: Fix SDE rotator context list locking During rotator IRQ handling, it is possible that the context list getting updated with open and close handling within the IRQ timeframe, so it is necessary to add the spinlock to protect the context list. CRs-Fixed: 1087423 Change-Id: I20a04c766e55c75db15662e9a13e20396b35f30e Signed-off-by: Benjamin Chan <bkchan@codeaurora.org>