Merge "Boost trusty task priority during UDFPS" into tm-dev am: a40ecf1a8d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/17928367 Change-Id: I776890f671b589132d3f96527a69e092c582eda2 Ignore-AOSP-First: this is an automerge Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3443ac6284
1 changed files with 28 additions and 0 deletions
|
@ -421,6 +421,22 @@
|
|||
],
|
||||
"DefaultIndex": 0
|
||||
},
|
||||
{
|
||||
"Name": "TRUSTY_VIRTIO_HIGH",
|
||||
"Path": "/sys/module/trusty_virtio/parameters/use_high_wq",
|
||||
"Values": [
|
||||
"1",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "TRUSTY_HIGH",
|
||||
"Path": "/sys/module/trusty_core/parameters/use_high_wq",
|
||||
"Values": [
|
||||
"1",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "PMU_POLL",
|
||||
"Path": "/proc/vendor_sched/pmu_poll_enable",
|
||||
|
@ -1367,6 +1383,18 @@
|
|||
"Duration": 1000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FP_BOOST",
|
||||
"Node": "TRUSTY_VIRTIO_HIGH",
|
||||
"Duration": 1000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FP_BOOST",
|
||||
"Node": "TRUSTY_HIGH",
|
||||
"Duration": 1000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||
"Node": "PMU_POLL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue