sdm710-common: Set schedtune boost to 5

Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Henrique Pereira 2020-05-24 18:15:25 -03:00 committed by GiaSen
parent 5cb0eff24f
commit 5d670a8d37
2 changed files with 4 additions and 4 deletions

View file

@ -115,8 +115,8 @@
"Name": "TASchedtuneBoost",
"Path": "/dev/stune/top-app/schedtune.boost",
"Values": [
"50",
"10"
"10",
"5"
],
"ResetOnInit": true
},
@ -274,7 +274,7 @@
"PowerHint": "INTERACTION",
"Node": "TASchedtuneBoost",
"Duration": 0,
"Value": "50"
"Value": "10"
},
{
"PowerHint": "INTERACTION",

View file

@ -24,7 +24,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 5
write /dev/stune/top-app/schedtune.prefer_idle 1
mkdir /dev/cpuset/camera-daemon