gts3l-common: power: Set SCHED_GOVERNOR to blu_schedutil that currently used
Then this power HAL will optimize the schedutil properties by a hint from the device condition. By the way, is this feature corrupted on LG devices where I got the power HAL from? Why they don't edit this string? Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
parent
460d2268b0
commit
7693fb2746
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define ONDEMAND_GOVERNOR "ondemand"
|
||||
#define INTERACTIVE_GOVERNOR "interactive"
|
||||
#define MSMDCVS_GOVERNOR "msm-dcvs"
|
||||
#define SCHED_GOVERNOR "sched"
|
||||
#define SCHED_GOVERNOR "blu_schedutil"
|
||||
|
||||
#define HINT_HANDLED (0)
|
||||
#define HINT_NONE (-1)
|
||||
|
|
Loading…
Reference in a new issue