diff options
| author | Ethan Chen <intervigil@gmail.com> | 2014-11-03 20:04:56 -0800 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2014-11-04 11:28:28 +0200 |
| commit | 5865f2c6185522cb977fea704f0a85e70130b7e3 (patch) | |
| tree | bacd98760c11ac9dc755fa048aaad4fe5f4710a6 | |
| parent | 76114e7187309d81969c10d32ddb8b1e7ce9b60c (diff) | |
ghost: Configure cpu-boost driverkitkat
Change-Id: I0d572dbf0477d17178b581dc77e58e74f75ccdb4
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9443a14..fe71a6f 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -862,6 +862,12 @@ on property:init.svc.bootanim=stopped write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "interactive" write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor "interactive" write /sys/block/mmcblk0/queue/scheduler row + + write /sys/module/cpu_boost/parameters/boost_ms 20 + write /sys/module/cpu_boost/parameters/sync_threshold 1026000 + write /sys/module/cpu_boost/parameters/input_boost_freq 1566000 + write /sys/module/cpu_boost/parameters/input_boost_ms 40 + start mpdecision # Powersave |
