sdm660: post_boot: Update memlat polling to 8 ms on Saipan
Update the polling_interval to 8 ms for all memlat devices to inline with 4ms tick Change-Id: I10182bae1771d6f3d75e92a63a8b63025f46bd2c
This commit is contained in:
parent
33ce327e4b
commit
a675cfe4f7
1 changed files with 3 additions and 3 deletions
|
@ -3643,7 +3643,7 @@ case "$target" in
|
|||
for memlat in $device/*qcom,devfreq-l3/*cpu*-lat/devfreq/*cpu*-lat
|
||||
do
|
||||
echo "mem_latency" > $memlat/governor
|
||||
echo 10 > $memlat/polling_interval
|
||||
echo 8 > $memlat/polling_interval
|
||||
echo 400 > $memlat/mem_latency/ratio_ceil
|
||||
done
|
||||
|
||||
|
@ -3657,7 +3657,7 @@ case "$target" in
|
|||
for memlat in $device/*cpu*-lat/devfreq/*cpu*-lat
|
||||
do
|
||||
echo "mem_latency" > $memlat/governor
|
||||
echo 10 > $memlat/polling_interval
|
||||
echo 8 > $memlat/polling_interval
|
||||
echo 400 > $memlat/mem_latency/ratio_ceil
|
||||
done
|
||||
|
||||
|
@ -3677,7 +3677,7 @@ case "$target" in
|
|||
for latfloor in $device/*cpu*-ddr-latfloor*/devfreq/*cpu-ddr-latfloor*
|
||||
do
|
||||
echo "compute" > $latfloor/governor
|
||||
echo 10 > $latfloor/polling_interval
|
||||
echo 8 > $latfloor/polling_interval
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue