camera power hint: raise CPU clock more conservatively at STREAM_HIGH mode am: 09450b8836 am: fb37eb0f28

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

Change-Id: I3241f41cbf60d5999028052fcab8e560ab9dd6ee
This commit is contained in:
Peter Liu 2021-05-19 19:29:07 +00:00 committed by Automerger Merge Worker
commit b502f47607

View file

@ -83,6 +83,16 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "CPUUtilThreshold",
"Path": "/sys/kernel/vendor_sched/util_threshold",
"Values": [
"1280",
"1100"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{ {
"Name": "MIFTargetLoad", "Name": "MIFTargetLoad",
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
@ -337,6 +347,12 @@
"Duration": 1000, "Duration": 1000,
"Value": "9999999" "Value": "9999999"
}, },
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUUtilThreshold",
"Duration": 0,
"Value": "1100"
},
{ {
"PowerHint": "CAMERA_STREAMING_HIGH", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",