commit | 894837a8766bc91cb5343a54a5cd24fda6a3f5c7 | [log] [tgz] |
---|---|---|
author | Alan Kwong <akwong@codeaurora.org> | Thu Sep 29 01:15:23 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Wed Jan 04 14:26:47 2017 -0800 |
tree | 043711f3f485548c0b69af260716c47da1040d8c | |
parent | 8576728c44a97c5b2406d6bea66ce48e99588ce2 [diff] |
drm/msm/sde: add proper mode config lock to plane QoS check Realtime QoS status is determined in plane atomic check using mode config for_each macro. This macro requires locking of mode config lock. Add lock to connector enumeration to avoid any race conditions. Change-Id: I6142536268c9261a7af12a8615fa0a2de17ba8e8 Signed-off-by: Alan Kwong <akwong@codeaurora.org>