commit | b39f8151ab1531753c6727d01bf835f4611cfe13 | [log] [tgz] |
---|---|---|
author | Saurabh Shah <saurshah@codeaurora.org> | Thu Aug 22 10:21:44 2013 -0700 |
committer | Saurabh Shah <saurshah@codeaurora.org> | Thu Aug 22 13:15:57 2013 -0700 |
tree | 04b2f9ea5097f5b443a3b84c06a50837680e6e8d | |
parent | c2f58ae4b3c80e2a41bfe9f8eb70c1c6b5733949 [diff] |
hwc: Fix locking. Remove the unnecessary blank lock, mdp comp lock, secure lock. Rename the ext lock to a more appropriate draw lock. The mdp comp lock is at an incorrect place and causes unwanted objects to show up in dumpsys, since configDone hasnt cleaned them up yet. dump(), blank(), draw() should all acquire a common lock. draw() includes prepare() and set(). Change-Id: I595547dd5a393a8af6cd8c9297d50793b715e658