Add ML_ACC powerhint to gs101 am: d071109769 am: afd75f34a0 am: 540a816b60
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14997393 Change-Id: I6de77c9e2b007abddc568fd06ec1b56217ce91db
This commit is contained in:
commit
da098885e4
1 changed files with 16 additions and 0 deletions
|
@ -117,6 +117,16 @@
|
|||
"DefaultIndex": 1,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "MLUclampBoost",
|
||||
"Path": "/sys/kernel/vendor_sched/nnapi_uclamp_min",
|
||||
"Values": [
|
||||
"154",
|
||||
"512"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CDPreferIdle",
|
||||
"Path": "/sys/kernel/vendor_sched/cam_prefer_idle",
|
||||
|
@ -849,6 +859,12 @@
|
|||
"Node": "CPUBigClusterMinFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "ML_ACC",
|
||||
"Node": "MLUclampBoost",
|
||||
"Duration": 2000,
|
||||
"Value": "512"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue