commit | 20585702e8e1f489dd2b2fac02151c657bd93eea | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Tue Jul 09 16:36:28 2013 -0400 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Thu Jul 11 11:22:41 2013 -0400 |
tree | 4f5f9ba40e4676472064b049d8505034519270a0 | |
parent | e9efd8a487a66efbedcd2e73c877d43aa5fabf28 [diff] |
hwc: Don't lock eventControl for vsync events Locking here can lead to a delay in vsync disable/enable where prepare/set is not yet completed. The HWC spec says that eventControl needs to take effect immediately. This lock was earlier present when we waited for SF to unblank primary at startup and the vsync control ioctls could fail. This is no longer necessary as we unblank primary on startup now. Change-Id: I2bf18ae9235f8dd428a495a9a23af7f00f34ff1d