commit | 74e8ba35fe3f74e66720ce17f302074b248d4a61 | [log] [tgz] |
---|---|---|
author | Alan Kwong <akwong@codeaurora.org> | Fri Sep 30 14:25:16 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Wed Jan 04 14:26:48 2017 -0800 |
tree | 91a344f860b327ded686f2e78eff5bae86651a8e | |
parent | f34ef980fa96b6a16ced07e160be08f7d4e1679c [diff] |
drm/msm/sde: add mode config mutex lock for connector search Connection enumeration is used by writeback device to find the writeback connector. Using connector for_each macros requires lock of mode config mutex. Add mutex protection for writeback connector enumeration. Change-Id: Ib299f1576cb17d30543daa00df95924b51bc862f Signed-off-by: Alan Kwong <akwong@codeaurora.org>