gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137 Change-Id: I3412b14b4eef45a9d3d3e026b5ae072cb900f1d3
This commit is contained in:
commit
725a51d332
1 changed files with 22 additions and 0 deletions
|
@ -44,6 +44,28 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CameraServicePower",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "JoinCgroup",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"Controller": "cpu",
|
||||||
|
"Path": "system"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "WriteFile",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"FilePath": "/sys/kernel/vendor_sched/set_task_group_cam_power",
|
||||||
|
"Value": "<pid>",
|
||||||
|
"LogFailures": "false"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CameraServiceHighCapacity",
|
"Name": "CameraServiceHighCapacity",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue