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 <tkjos@google.com>
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user