From 98660408d3a33d0066853f5f5c42c549a5563ecb Mon Sep 17 00:00:00 2001 From: Dusan Uveric Date: Sun, 14 Apr 2019 12:52:56 +0000 Subject: [PATCH] sdm660-common: ramdisk: adjust cpubw bwmon values Those values seem off. CAF maybe messed them up as those values look possibly wrong. Those values are used as powerhint values on pixel 2 and 3. Signed-off-by: Dusan Uveric Change-Id: I1eebb1f57a7e91f26b9900cda65ec151b05ecbd7 --- rootdir/bin/init.qcom.post_boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 2949fe0e..5e559394 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -444,11 +444,11 @@ function sdm660_sched_interactive_dcvs() { echo 762 > $cpubw/min_freq echo "1525 3143 5859 7759 9887 10327 11863 13763" > $cpubw/bw_hwmon/mbps_zones echo 4 > $cpubw/bw_hwmon/sample_ms - echo 85 > $cpubw/bw_hwmon/io_percent + echo 34 > $cpubw/bw_hwmon/io_percent echo 100 > $cpubw/bw_hwmon/decay_rate echo 50 > $cpubw/bw_hwmon/bw_step echo 20 > $cpubw/bw_hwmon/hist_memory - echo 0 > $cpubw/bw_hwmon/hyst_length + echo 10 > $cpubw/bw_hwmon/hyst_length echo 80 > $cpubw/bw_hwmon/down_thres echo 0 > $cpubw/bw_hwmon/low_power_ceil_mbps echo 34 > $cpubw/bw_hwmon/low_power_io_percent