Add cpuset system group

Set cpuset system group to little and mid cores only when screen
off.

Bug: 328210236
Test: build pass
Change-Id: Iab441032d57c4f4a3efefb5f8ce51dae4a63e9aa
This commit is contained in:
Rick Yiu 2024-04-15 14:51:43 +00:00
parent 0da869359e
commit c3d404c8ff

View file

@ -311,6 +311,16 @@
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "SystemCpuset",
"Path": "/dev/cpuset/system/cpus",
"Values": [
"0-7",
"0-6"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "FGCpuset",
"Path": "/dev/cpuset/foreground/cpus",
@ -2541,6 +2551,12 @@
"Type": "EndHint",
"Value": "DISPLAY_UPDATE_IMMINENT"
},
{
"PowerHint": "DISPLAY_IDLE",
"Node": "SystemCpuset",
"Duration": 0,
"Value": "0-6"
},
{
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
"Node": "CPULittleClusterDownRateLimitUs",