sdm660-common: power-libperfmgr: Set top-app schedtune value according to coral
* according to https://android.googlesource.com/device/google/coral/+/refs/heads/master/init.hardware.rc#126 and https://android.googlesource.com/device/google/coral/+/refs/heads/master/powerhint.json#148 [clarencelol]: Remove schedtune.boost in init.target.rc and let powerhint handle it Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
89fd5a43a6
commit
dd48eb6c52
2 changed files with 3 additions and 4 deletions
|
@ -110,8 +110,8 @@
|
|||
"Name": "TASchedtuneBoost",
|
||||
"Path": "/dev/stune/top-app/schedtune.boost",
|
||||
"Values": [
|
||||
"5",
|
||||
"1"
|
||||
"30",
|
||||
"10"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
@ -273,7 +273,7 @@
|
|||
"PowerHint": "INTERACTION",
|
||||
"Node": "TASchedtuneBoost",
|
||||
"Duration": 0,
|
||||
"Value": "5"
|
||||
"Value": "30"
|
||||
},
|
||||
{
|
||||
"PowerHint": "INTERACTION",
|
||||
|
|
|
@ -33,7 +33,6 @@ on early-init
|
|||
|
||||
on init
|
||||
write /dev/stune/foreground/schedtune.prefer_idle 1
|
||||
write /dev/stune/top-app/schedtune.boost 5
|
||||
write /dev/stune/top-app/schedtune.prefer_idle 1
|
||||
|
||||
# Setup permission for Power HAL
|
||||
|
|
Loading…
Reference in a new issue