sm6375-common: Set top-app schedtune.boost to 1

Fix for:
W libperfmgr: Failed to write to node: /dev/stune/top-app/schedtune.boost with value: 10, fd: -1

Change-Id: I1e394919b75e192def99c444993546634c951781
This commit is contained in:
Subhajeet Muhuri 2024-07-18 12:56:42 +05:30 committed by Anand S
parent 7ad4905a5c
commit 09338271b5
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 1 additions and 16 deletions

View file

@ -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",

View file

@ -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