mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
lpm-levels: Allow CPU to idle when executing audio code
This is called via pm_qos to specify the CPU idle latency. Specify a longer period than the C1 idle latency to allow the CPUs to actually idle. Signed-off-by: Kazuki Hashimoto <kazukih@tuta.io> Signed-off-by: Forenche <prahul2003@gmail.com> Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
parent
bfe2038463
commit
625c860c6e
@ -118,7 +118,7 @@ module_param_named(sleep_disabled, sleep_disabled, bool, 0664);
|
||||
*/
|
||||
s32 msm_cpuidle_get_deep_idle_latency(void)
|
||||
{
|
||||
return 10;
|
||||
return 100;
|
||||
}
|
||||
EXPORT_SYMBOL(msm_cpuidle_get_deep_idle_latency);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user