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

Commit ba24471e authored by Saravana Kannan's avatar Saravana Kannan Committed by Gerrit - the friendly Code Review server
Browse files

PM / devfreq: memlat: Increase range of ratio_ceil tunables



Some instances of memlat governor need to use a higher value for ratio_ceil
to get a better power/performance balance. So increase the max limit from
10000 to 20000.

Change-Id: I0c8900e574c91c4c02bbb49416da6df764aab030
Signed-off-by: default avatarSaravana Kannan <skannan@codeaurora.org>
parent dcc81dc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ static int devfreq_memlat_get_freq(struct devfreq *df,
	return 0;
}

gov_attr(ratio_ceil, 1U, 10000U);
gov_attr(ratio_ceil, 1U, 20000U);
gov_attr(stall_floor, 0U, 100U);

static struct attribute *memlat_dev_attr[] = {