mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-28 17:13:09 +00:00
walleye: powerhint: Change TASchedTuneBoost to 30 on touch hints
TASchedtune boost hasn't been tuned for a while and after some tuning it looks like 30 is a good tradeoff for boost. Bug: 133178998 Test: manual - boot device and check schedtune on touch hint
This commit is contained in:
committed by
Asriadi Rahim
parent
52fa467158
commit
6f5a6c8fbc
@@ -86,7 +86,7 @@
|
||||
"Name": "TASchedtuneBoost",
|
||||
"Path": "/dev/stune/top-app/schedtune.boost",
|
||||
"Values": [
|
||||
"50",
|
||||
"30",
|
||||
"10"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
@@ -324,7 +324,7 @@
|
||||
"PowerHint": "INTERACTION",
|
||||
"Node": "TASchedtuneBoost",
|
||||
"Duration": 0,
|
||||
"Value": "50"
|
||||
"Value": "30"
|
||||
},
|
||||
{
|
||||
"PowerHint": "INTERACTION",
|
||||
|
||||
Reference in New Issue
Block a user