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 <dusan.uveric9@gmail.com>
This commit is contained in:
parent
bdfe592a87
commit
97fb27fc8b
1 changed files with 2 additions and 2 deletions
|
@ -2486,11 +2486,11 @@ case "$target" in
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue