diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-01-17 23:12:48 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-01-17 23:12:48 +0100 |
commit | ca38a3d859aa9020a9a02f49e34576b9c3e81f0f (patch) | |
tree | 8cda7351f85fe051e9dc46488ad7003467ca7b9c | |
parent | e723d21643b2d330ca99b07f20cc5566c2743f0e (diff) | |
download | device_samsung_tuna-ca38a3d859aa9020a9a02f49e34576b9c3e81f0f.zip device_samsung_tuna-ca38a3d859aa9020a9a02f49e34576b9c3e81f0f.tar.gz device_samsung_tuna-ca38a3d859aa9020a9a02f49e34576b9c3e81f0f.tar.bz2 |
Revert "tuna: add CM performance profiles"
This reverts commit eda0d22836e67db8e5773280209b9bf46ad61c84.
Change-Id: I7474e7278710f1011900e31a8566b31673833600
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 | ||||
-rwxr-xr-x | rootdir/init.tuna.rc | 16 |
2 files changed, 0 insertions, 20 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ef7d2f8..8825d9b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -263,10 +263,6 @@ Used to decide if the user can change the colors --> <bool name="config_multiColorBatteryLed">true</bool> - <!-- CyanogenMod Performance profiles --> - <string name="config_perf_profile_prop">sys.perf.profile</string> - <string name="config_perf_profile_default_entry">1</string> - <!-- Hardware 'face' keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: 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 |