Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: thermal: Optimize locking in thermal frequency
mitigation thread Optimize locking in thermal frequency mitigation thread to reduce lock contention with hotplug mitigation thread. This lock is not explicitly required since the cpu driver already have a per cluster lock down the freqency mitigation call path. This would be much optimized since the new changes will hold the lock for a shorter period and unlike previously where the lock was for entire cluster, this is per cluster lock that will further reduce lock contention. This would help thermal to do mitigation faster. Signed-off-by: Shiju Mathew <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
- Loading branch information