commit | 0eef94591703e17beabe7fe60d1d356db8e5ea49 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Tue May 21 11:34:23 2013 -0400 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Wed May 22 18:27:26 2013 -0400 |
tree | 70807fdcd56c82641b3cbf81a903624989525af8 | |
parent | 3086d236f1d158840f94cb2fc7dd5ca08066f800 [diff] |
msm: mdss: Do not time out for vsync reads The userspace does a blocking read on the vsync node. However, when the screen is idle the read returns after timeout waking up the userspace thread. Remove the timeout so that the read blocks until the vsync is updated. Change-Id: Ieaa1c180d473256da14302875dfc0558d23123aa Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>