From babc7f8aae6d6d17b9440b29e22c5b74ad57e057 Mon Sep 17 00:00:00 2001 From: Amir Vajid Date: Mon, 14 Oct 2019 11:39:05 -0700 Subject: [PATCH] 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 --- rootdir/bin/init.qcom.post_boot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index f22b6647..4068b8f9 100755 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -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