commit | 5f6d8314b2ad063da8a8ebf71fef8c713f76401b | [log] [tgz] |
---|---|---|
author | Kuogee Hsieh <khsieh@codeaurora.org> | Sat Oct 13 17:27:55 2012 -0700 |
committer | Kuogee Hsieh <khsieh@codeaurora.org> | Fri Oct 26 14:30:23 2012 -0700 |
tree | 3cdc2e2afd543cbed3bd8240c623d28d79cf5a08 | |
parent | 366ca5c34117fde6329ea81112068d1dc177ff70 [diff] |
msm_fb: display: fix dsi_busy_wait race condition After pipe_commit() released mutex and before kickoff happens, There has possibility that dcs command may start transmitted. This patch add dsi_mdp_busy flag to fix this race condition. Change-Id: I0d9a81cd0719085c91c03386117261ad3bb6b182 Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>