From 08134bba7aa675e0699a90c0282389529bce18f2 Mon Sep 17 00:00:00 2001 From: Todd Kjos Date: Wed, 26 Feb 2020 13:25:24 -0800 Subject: [PATCH] ANDROID: increase limit on sched-tune boost groups Some devices need an additional sched-tune boost group to optimize performance for key tasks Bug: 150302001 Change-Id: I392c8cc05a8851f1d416c381b4a27242924c2c27 Signed-off-by: Todd Kjos --- kernel/sched/tune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/tune.c b/kernel/sched/tune.c index 90d8fade16eb..a67fd37f2b95 100644 --- a/kernel/sched/tune.c +++ b/kernel/sched/tune.c @@ -300,7 +300,7 @@ schedtune_accept_deltas(int nrg_delta, int cap_delta, * implementation especially for the computation of the per-CPU boost * value */ -#define BOOSTGROUPS_COUNT 5 +#define BOOSTGROUPS_COUNT 6 /* Array of configured boostgroups */ static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {