The dvfs headroom was split into its own knob. Update to use it. am: 05bd9b26fa

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/23156968

Change-Id: I985748fdf951780161ad511a5f09e976fed388ca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
paulsu 2023-05-11 17:13:50 +00:00 committed by Automerger Merge Worker
commit 79eed87eeb

View file

@ -177,6 +177,16 @@
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "CPUDVFSHeadroom",
"Path": "/proc/vendor_sched/dvfs_headroom",
"Values": [
"1280",
"1100"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{ {
"Name": "CAMUClampBoost", "Name": "CAMUClampBoost",
"Path": "/proc/vendor_sched/cam_uclamp_min", "Path": "/proc/vendor_sched/cam_uclamp_min",
@ -1096,6 +1106,12 @@
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100"
}, },
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CDPreferHighCap", "Node": "CDPreferHighCap",