Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

Commit

Permalink
Enable powersave_bias on both clusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmedd authored and AlvaroBrey committed Jul 22, 2017
1 parent 4561079 commit 8c38d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootdir/etc/init.qcom.power.rc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ on enable-low-power
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 307200
write /sys/devices/system/cpu/cpu0/cpufreq/interactive/ignore_hispeed_on_notif 1
write /sys/devices/system/cpu/cpu0/cpufreq/interactive/enable_prediction 1
write /sys/devices/system/cpu/cpu2/cpufreq/interactive/powersave_bias 1

# Online CPU2
write /sys/devices/system/cpu/cpu2/online 1
Expand All @@ -65,6 +66,7 @@ on enable-low-power
write /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq 307200
write /sys/devices/system/cpu/cpu2/cpufreq/interactive/ignore_hispeed_on_notif 1
write /sys/devices/system/cpu/cpu2/cpufreq/interactive/enable_prediction 1
write /sys/devices/system/cpu/cpu2/cpufreq/interactive/powersave_bias 1

# Re-enable thermal and BCL hotplug
write /sys/module/msm_thermal/core_control/enabled 1
Expand Down

0 comments on commit 8c38d08

Please sign in to comment.