Skip to content
Snippets Groups Projects
Commit 88c5857f authored by Santosh Mardi's avatar Santosh Mardi
Browse files

init.qcom.post_boot: add configuration of L2WB tunables

Add configuration for L2WB threshold and L2WB ratio filter for
gold cluster on lagoon target.

Change-Id: I58c926166890609b7439dd6fa96bcfb5a893e37f
parent 7fdd4531
Branches
Tags LA.UM.8.12.c3-48300-sm8250.0
No related merge requests found
...@@ -3836,6 +3836,12 @@ case "$target" in ...@@ -3836,6 +3836,12 @@ case "$target" in
echo 400 > $memlat/mem_latency/ratio_ceil echo 400 > $memlat/mem_latency/ratio_ceil
done done
for gold_memlat in $device/*qcom,devfreq-l3/*cpu6*-lat/devfreq/*cpu6*-lat
do
echo 25000 > $gold_memlat/mem_latency/wb_filter_ratio
echo 60 > $gold_memlat/mem_latency/wb_pct_thres
done
#Enable mem_latency governor for LLCC, and DDR scaling #Enable mem_latency governor for LLCC, and DDR scaling
for memlat in $device/*cpu*-lat/devfreq/*cpu*-lat for memlat in $device/*cpu*-lat/devfreq/*cpu*-lat
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment