Merge "Set big core to group_cfs_skip_mask for sys group" into 24D1-dev

This commit is contained in:
Wei Wang 2024-05-10 06:19:32 +00:00 committed by Android (Google) Code Review
commit 30e6c9da42

View file

@ -223,6 +223,16 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "SysGroupCfsSkipMask",
"Path": "/proc/vendor_sched/groups/sys/group_cfs_skip_mask",
"Values": [
"0x0",
"0x80"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{ {
"Name": "BGUClampMaxBoost", "Name": "BGUClampMaxBoost",
"Path": "/proc/vendor_sched/groups/bg/uclamp_max", "Path": "/proc/vendor_sched/groups/bg/uclamp_max",
@ -1277,6 +1287,12 @@
"Duration": 0, "Duration": 0,
"Value": "0" "Value": "0"
}, },
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "SysGroupCfsSkipMask",
"Duration": 0,
"Value": "0x80"
},
{ {
"PowerHint": "CAMERA_LAUNCH", "PowerHint": "CAMERA_LAUNCH",
"Node": "CPUSkipMask", "Node": "CPUSkipMask",