sdm660-common: Fix TASchedtuneBoost at 1

[clarencelol: It improves scrolling janks in my testing]
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Subhajeet Muhuri 2021-12-19 14:50:53 +08:00 committed by pix106
parent ee3e63fe44
commit 1d689363f6
2 changed files with 1 additions and 17 deletions

View file

@ -119,16 +119,6 @@
],
"ResetOnInit": true
},
{
"Name": "TASchedtuneBoost",
"Path": "/dev/stune/top-app/schedtune.boost",
"Values": [
"10",
"5",
"1"
],
"ResetOnInit": true
},
{
"Name": "TASchedtuneHighCap",
"Path": "/dev/stune/top-app/schedtune.prefer_high_cap",
@ -302,12 +292,6 @@
"Duration": 0,
"Value": "1113600"
},
{
"PowerHint": "INTERACTION",
"Node": "TASchedtuneBoost",
"Duration": 0,
"Value": "10"
},
{
"PowerHint": "INTERACTION",
"Node": "TASchedtuneHighCap",

View file

@ -353,5 +353,5 @@ on property:sys.boot_completed=1
write /dev/stune/schedtune.boost 0
write /dev/stune/top-app/schedtune.prefer_idle 1
write /dev/stune/top-app/schedtune.prefer_high_cap 0
write /dev/stune/top-app/schedtune.boost 10
write /dev/stune/top-app/schedtune.boost 1