diff options
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.tuna.rc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index c9bbcdf..e14415e 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -267,19 +267,3 @@ service battery_charger /sbin/healthd -c # Allow writing to the kernel trace log. Enabling tracing still requires root. on property:ro.debuggable=1 chmod 0222 /sys/kernel/debug/tracing/trace_marker - -# CyanogenMod Performance Profiles -# Powersave -on property:sys.perf.profile=0 - write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 700000 - write /sys/devices/platform/omap/pvrsrvkm.0/sgxfreq/frequency_limit 384000000 - -# Balanced -on property:sys.perf.profile=1 - write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 920000 - write /sys/devices/platform/omap/pvrsrvkm.0/sgxfreq/frequency_limit 384000000 - -# Performance -on property:sys.perf.profile=2 - write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 920000 - write /sys/devices/platform/omap/pvrsrvkm.0/sgxfreq/frequency_limit 512000000 |