sdm660-common: rootdir: disable mem_latency governor
Unclear if advantages are worth cumulative power draw. bug 73364974 Test: boot taimen, memlat is powersave Change-Id: I7b5eb176d0f22281e687b9577f5eedf311fb4a11
This commit is contained in:
parent
908d4500b7
commit
ef77343066
1 changed files with 0 additions and 6 deletions
|
@ -2609,12 +2609,6 @@ case "$target" in
|
|||
echo 1600 > $cpubw/bw_hwmon/idle_mbps
|
||||
done
|
||||
|
||||
for memlat in /sys/class/devfreq/*qcom,memlat-cpu*
|
||||
do
|
||||
echo "mem_latency" > $memlat/governor
|
||||
echo 10 > $memlat/polling_interval
|
||||
echo 400 > $memlat/mem_latency/ratio_ceil
|
||||
done
|
||||
echo "cpufreq" > /sys/class/devfreq/soc:qcom,mincpubw/governor
|
||||
|
||||
# Start cdsprpcd only for sdm660 and disable for sdm630
|
||||
|
|
Loading…
Reference in a new issue