diff --git a/configs/powerhint.json b/configs/powerhint.json index 10cb0a5..8bdbfee 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -249,9 +249,9 @@ "Name": "CPUSchedBoost", "Path": "/sys/devices/system/cpu/sched/sched_boost", "Values": [ - "0", + "6", "3", - "6" + "0" ], "ResetOnInit": true }, @@ -439,6 +439,12 @@ "Duration": 0, "Value": "2050000" }, + { + "PowerHint": "INTERACTION", + "Node": "CPUSchedBoost", + "Duration": 0, + "Value": "3" + }, { "PowerHint": "INTERACTION", "Node": "TASchedtuneBoost", @@ -517,6 +523,12 @@ "Duration": 5000, "Value": "2000000" }, + { + "PowerHint": "LAUNCH", + "Node": "CPUSchedBoost", + "Duration": 5000, + "Value": "6" + }, { "PowerHint": "LAUNCH", "Node": "PMQoSCpuDmaLatency",