Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70c09f9c authored by Rama Aparna Mallavarapu's avatar Rama Aparna Mallavarapu
Browse files

devfreq: bwmon: Increase the IOPercentage limits to 400



The IO percentage limits the values to 100, increase it
since some devices might need a higher value.

Change-Id: I7f19017b426832d9a1a11bd02195a4d15634c041
Signed-off-by: default avatarRama Aparna Mallavarapu <aparnam@codeaurora.org>
parent efff55e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ static DEVICE_ATTR_RW(throttle_adj);

gov_attr(guard_band_mbps, 0U, 2000U);
gov_attr(decay_rate, 0U, 100U);
gov_attr(io_percent, 1U, 100U);
gov_attr(io_percent, 1U, 400U);
gov_attr(bw_step, 50U, 1000U);
gov_attr(sample_ms, 1U, 50U);
gov_attr(up_scale, 0U, 500U);