commit | 49ad8d62fb451b51eb849fa1a6486b16781c79ee | [log] [tgz] |
---|---|---|
author | Tarun Karra <tkarra@codeaurora.org> | Wed Aug 21 18:32:06 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Aug 28 14:45:38 2013 -0700 |
tree | 429513d16b0c5a9fa53aad4c5f05da27bcc410f6 | |
parent | 3abcbd61c9c2c4bf2c6066ebaca43f1c63de088e [diff] |
msm: kgsl: Do not wait for FT gate in fault tolerance state When device start fails, device is in INIT state and FT is triggered. In FT we trigger snapshot which waits on ft_gate when active count is 0 and device is not in active state. This causes a deadlock. This change does not wait for FT gate in FT state and thereby prevents the deadlock. CRs-Fixed: 526206 Change-Id: Id9e0a7c3f3f9367d0b3cc17e45fbba4b42bebf64 Signed-off-by: Tarun Karra <tkarra@codeaurora.org>