diff options
| author | Dave Daynard <nardholio@gmail.com> | 2015-08-17 19:47:23 -0400 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2015-08-20 22:29:42 +0300 |
| commit | ce9dd066f7fd2c7049457fbabe93bba4383e885d (patch) | |
| tree | 281dea43fd806538dd0bf894ddcb87ea150a9921 | |
| parent | dbaf990ba9d2fca7447f34129ba002e7b585b347 (diff) | |
init: remote mc power savings
Reportedly causes reboots
Change-Id: I7b6d2e2f3448d1374f6a00b285c0b9d24a121733
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 20edb98..8d741e5 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -691,7 +691,6 @@ on property:sys.boot_completed=1 write /sys/devices/system/cpu/cpufreq/interactive/io_is_busy 1 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 384000 write /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq 384000 - write /sys/devices/system/cpu/sched_mc_power_savings 2 chown root system /sys/devices/system/cpu/mfreq chmod 220 /sys/devices/system/cpu/mfreq chown system system /sys/devices/system/cpu/cpu1/online @@ -806,7 +805,6 @@ on property:sys.perf.profile=0 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor conservative write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor conservative write /sys/class/kgsl/kgsl-3d0/pwrscale/trustzone/governor ondemand - write /sys/devices/system/cpu/sched_mc_power_savings 2 start mpdecision # Balanced @@ -817,7 +815,6 @@ on property:sys.perf.profile=1 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor interactive write /sys/class/kgsl/kgsl-3d0/pwrscale/trustzone/governor ondemand - write /sys/devices/system/cpu/sched_mc_power_savings 2 start mpdecision # High performance @@ -828,7 +825,6 @@ on property:sys.perf.profile=2 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor performance write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor performance write /sys/class/kgsl/kgsl-3d0/pwrscale/trustzone/governor performance - write /sys/devices/system/cpu/sched_mc_power_savings 0 on charger mount_all fstab.qcom |
