sdm660: post_boot: update memlat polling to 8 ms on kona
Update the polling_interval to 8 ms for all memlat devices on kona. Change-Id: Ia097e6e0a6aa3b761978e5df60c868a7f1d19401
This commit is contained in:
parent
568313007c
commit
babc7f8aae
1 changed files with 3 additions and 3 deletions
|
@ -5134,7 +5134,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
|
||||
|
||||
|
@ -5148,7 +5148,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
|
||||
|
||||
|
@ -5156,7 +5156,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
|
||||
|
||||
#Gold L3 ratio ceil
|
||||
|
|
Loading…
Reference in a new issue