mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
cpuidle: teo: Increase rating of teo governor to 50
So it supercedes qcom governor and registers teo as the main cpuidle governor. Change-Id: I4221fad713c32efec9fdcf5a2d198c0af65c8cd7 Signed-off-by: Kazuki Hashimoto <kazukih@tuta.io> Signed-off-by: Cyber Knight <cyberknight755@gmail.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
e19e8b8420
commit
2e34068486
@ -524,7 +524,7 @@ static int teo_enable_device(struct cpuidle_driver *drv,
|
||||
|
||||
static struct cpuidle_governor teo_governor = {
|
||||
.name = "teo",
|
||||
.rating = 19,
|
||||
.rating = 50,
|
||||
.enable = teo_enable_device,
|
||||
.select = teo_select,
|
||||
.reflect = teo_reflect,
|
||||
|
Loading…
x
Reference in New Issue
Block a user