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:
Deokgyu Yang 2022-02-22 15:49:06 +09:00
parent 460d2268b0
commit 7693fb2746

View file

@ -37,7 +37,7 @@
#define ONDEMAND_GOVERNOR "ondemand" #define ONDEMAND_GOVERNOR "ondemand"
#define INTERACTIVE_GOVERNOR "interactive" #define INTERACTIVE_GOVERNOR "interactive"
#define MSMDCVS_GOVERNOR "msm-dcvs" #define MSMDCVS_GOVERNOR "msm-dcvs"
#define SCHED_GOVERNOR "sched" #define SCHED_GOVERNOR "blu_schedutil"
#define HINT_HANDLED (0) #define HINT_HANDLED (0)
#define HINT_NONE (-1) #define HINT_NONE (-1)