Merge "Change util threshold and dvfs headroom of camera streaming high" into udc-qpr-dev am: 0d97bde6ba

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

Change-Id: Iba43c8d8408972287c68054fcea9e4247d7cd209
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-11-23 03:46:16 +00:00 committed by Automerger Merge Worker
commit aa0d8724d3

View file

@ -237,7 +237,8 @@
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
"Values": [ "Values": [
"1280", "1280",
"1100" "1100",
"1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -247,7 +248,8 @@
"Path": "/proc/vendor_sched/dvfs_headroom", "Path": "/proc/vendor_sched/dvfs_headroom",
"Values": [ "Values": [
"1280", "1280",
"1100" "1100",
"1100 1078 1024"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -1666,13 +1668,13 @@
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold", "Node": "CPUUtilThreshold",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUDVFSHeadroom", "Node": "CPUDVFSHeadroom",
"Duration": 0, "Duration": 0,
"Value": "1100" "Value": "1100 1078 1024"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",