Swith RK3399 to default opp table, remove turbo mode as there is no gain in perf
This commit is contained in:
parent
9af0303732
commit
3266f2826e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ set_gpu_gov powersave
|
|||
|
||||
### Set max/min freq to lowest available value
|
||||
echo 408000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq
|
||||
echo 600000 > /sys/devices/system/cpu/cpufreq/policy4/scaling_min_freq
|
||||
echo 408000 > /sys/devices/system/cpu/cpufreq/policy4/scaling_min_freq
|
||||
echo 200000000 > /sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu/min_freq
|
||||
|
||||
echo 408000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq
|
||||
|
|
Loading…
Reference in a new issue