View Single Post
Posts: 97 | Thanked: 318 times | Joined on Feb 2012 @ Switzerland
#204
I worked out some settings that I will test during the week on my 'daily runner' Nexus 5 (PVS 2 binned SoC.), using the new 'mautz-kernel'...

# Set CPU governor to 'conservative'
Code:
/bin/echo "conservative" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# Voltage table: -100mV (300mhz+422mhz), -70mV (652mhz-1267mhz), -60mV (1497mhz-1728mhz), -50mV (1958mhz+2265mhz)
Code:
/bin/echo "675 675 725 735 755 765 775 795 805 850 865 895 945 1000" > /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table
# Set max GPU Clock from 450mhz to 320mhz
Code:
/bin/echo "320000000" > /sys/class/kgsl/kgsl-3d0/max_gpuclk
# Set Simple GPU Governor (default: 5, 6000)
Code:
/bin/echo "4" > /sys/module/msm_kgsl_core/parameters/simple_laziness
Code:
/bin/echo "7000" > /sys/module/msm_kgsl_core/parameters/simple_ramp_threshold

Last edited by minimec; 2016-11-06 at 23:34.
 

The Following 3 Users Say Thank You to minimec For This Useful Post: