commit | 0fab0e0225d9948352c5b82ac21049ba3dd728c1 | [log] [tgz] |
---|---|---|
author | Xiaoming Zhou <zhoux@codeaurora.org> | Thu Mar 20 17:58:29 2014 -0400 |
committer | Xiaoming Zhou <zhoux@codeaurora.org> | Tue Mar 25 13:51:37 2014 -0400 |
tree | fbfa71ac38bd2170fb9e6af8b87c3333bd5b94ac | |
parent | 396a904530b5281fc15f09a8d0fe3ea5506b2a5c [diff] |
msm: mdss: fix a racing condition in the dsi interrupt handler At the time of dsi interrupt handler registration, there may be a pending dsi interrupt. This can cause a dead-lock, as dsi clocks and resources are not initialized properly yet. Change-Id: I511d0776f5d7b500f0f32f2ae9d92ac031f8e613 Signed-off-by: Xiaoming Zhou <zhoux@codeaurora.org>