Set big core to group_cfs_skip_mask for sys group
Set big core to group_cfs_skip_mask for sys group when screen is off, so that sys group tasks will run less in big core. Bug: 328210236 Test: suspend/resume test Change-Id: I2f517cb891b4c0ead0f61f7102c3d602eb383471
This commit is contained in:
parent
2698e61ce6
commit
da6202ec64
1 changed files with 16 additions and 0 deletions
|
@ -223,6 +223,16 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "SysGroupCfsSkipMask",
|
||||
"Path": "/proc/vendor_sched/groups/sys/group_cfs_skip_mask",
|
||||
"Values": [
|
||||
"0x0",
|
||||
"0x80"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "BGUClampMaxBoost",
|
||||
"Path": "/proc/vendor_sched/groups/bg/uclamp_max",
|
||||
|
@ -1277,6 +1287,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_INACTIVE",
|
||||
"Node": "SysGroupCfsSkipMask",
|
||||
"Duration": 0,
|
||||
"Value": "0x80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUSkipMask",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue