Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdm: Remove mutex lock when notifying CWB is done
During a continuous CWB use case, deadlock occurs between SDM and comp manager when CWB sends a notification call back while a commit is happening on the same display. This change removes the mutex lock during the CWB notification call back to avoid SDM and comp manager to indefinitely wait for the same lock. Change-Id: I28a0bcec2eb6be762537777f798d8ae5647c682a CRs-Fixed: 3256919
- Loading branch information