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> Change-Id: I1eebb1f57a7e91f26b9900cda65ec151b05ecbd7
This commit is contained in:
parent
3eaea533e1
commit
98660408d3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue