Merge "Add cpuset system group" into 24D1-dev am: 9d23e3c338
Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/26969355 Change-Id: I46bd932173c4477b94a575863293d14ee77b8a93 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d92db66540
1 changed files with 16 additions and 0 deletions
|
@ -311,6 +311,16 @@
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "SystemCpuset",
|
||||||
|
"Path": "/dev/cpuset/system/cpus",
|
||||||
|
"Values": [
|
||||||
|
"0-7",
|
||||||
|
"0-6"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "FGCpuset",
|
"Name": "FGCpuset",
|
||||||
"Path": "/dev/cpuset/foreground/cpus",
|
"Path": "/dev/cpuset/foreground/cpus",
|
||||||
|
@ -2541,6 +2551,12 @@
|
||||||
"Type": "EndHint",
|
"Type": "EndHint",
|
||||||
"Value": "DISPLAY_UPDATE_IMMINENT"
|
"Value": "DISPLAY_UPDATE_IMMINENT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "DISPLAY_IDLE",
|
||||||
|
"Node": "SystemCpuset",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0-6"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||||
"Node": "CPULittleClusterDownRateLimitUs",
|
"Node": "CPULittleClusterDownRateLimitUs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue