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

Commit 2e9e15b7 authored by Rama Aparna Mallavarapu's avatar Rama Aparna Mallavarapu
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>
Signed-off-by: default avatarRama Aparna Mallavarapu <aparnam@codeaurora.org>
parent 8f74663f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,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[] = {