diff --git a/configs/powerhint.json b/configs/powerhint.json index c0d5e98..da4711d 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -94,15 +94,6 @@ ], "ResetOnInit": true }, - { - "Name": "TASchedtuneBoost", - "Path": "/dev/stune/top-app/schedtune.boost", - "Values": [ - "50", - "10" - ], - "ResetOnInit": true - }, { "Name": "CPUBWHystTriggerCount", "Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-ddr-bw/bw_hwmon/hyst_trigger_count", @@ -251,12 +242,6 @@ "Duration": 0, "Value": "1113600" }, - { - "PowerHint": "INTERACTION", - "Node": "TASchedtuneBoost", - "Duration": 0, - "Value": "50" - }, { "PowerHint": "INTERACTION", "Node": "CPUBWHystTriggerCount", diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 95d8bdd..ee6aa3a 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -71,7 +71,7 @@ on init # Set default schedTune value for foreground/top-app write /dev/stune/foreground/schedtune.prefer_idle 1 - write /dev/stune/top-app/schedtune.boost 10 + write /dev/stune/top-app/schedtune.boost 1 write /dev/stune/top-app/schedtune.prefer_idle 1 on boot