commit | f0a2dd2b26d4bd8d1d24e3bcf25f68dfac7d20ce | [log] [tgz] |
---|---|---|
author | Xiaoming Zhou <zhoux@codeaurora.org> | Wed Sep 25 14:46:29 2013 -0400 |
committer | Shivaraj Shetty <shivaraj@codeaurora.org> | Tue Oct 15 10:25:25 2013 +0530 |
tree | dcaebc53e3c8410f79248f81ee66e0f290b9f9f5 | |
parent | 39722a181b023d10434873e47e18f45ea9ece1bc [diff] |
msm: mdss: wait for the first display update Display backlight is enabled after commit kickoff function returns. However, the return of the function does not mean the data has been sent to the panel yet. During suspend and resume use case, it results a split of second of screen corruption. This makes sure backlight is enabled only after the first display update is complete. Change-Id: Id5e6bada69c51180ebedfdb301d4d68fc12877b0 Signed-off-by: Xiaoming Zhou <zhoux@codeaurora.org>