Add CAMERA_CPU_THROTTLE as power hint. am: b2e75451de am: 8b06fcaf22 am: fb5cbb1dd3 am: 748414f0e5

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

Change-Id: I5eb3cc5a745d1a0f732fb466892b4c843e7bed52
This commit is contained in:
Minghui Tan 2021-08-12 02:00:47 +00:00 committed by Automerger Merge Worker
commit 9d88d17e4f

View file

@ -24,6 +24,7 @@
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", "Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
"Values": [ "Values": [
"9999999", "9999999",
"1098000",
"1401000", "1401000",
"1197000" "1197000"
], ],
@ -45,6 +46,7 @@
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", "Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
"Values": [ "Values": [
"9999999", "9999999",
"1024000",
"1999000", "1999000",
"1491000" "1491000"
], ],
@ -66,6 +68,7 @@
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", "Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
"Values": [ "Values": [
"9999999", "9999999",
"984000",
"1826000" "1826000"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -462,6 +465,24 @@
"Duration": 1000, "Duration": 1000,
"Value": "4-7" "Value": "4-7"
}, },
{
"PowerHint": "CAMERA_CPU_THROTTLE",
"Node": "CPUBigClusterMaxFreq",
"Duration": 1000,
"Value": "984000"
},
{
"PowerHint": "CAMERA_CPU_THROTTLE",
"Node": "CPUMidClusterMaxFreq",
"Duration": 1000,
"Value": "1024000"
},
{
"PowerHint": "CAMERA_CPU_THROTTLE",
"Node": "CPULittleClusterMaxFreq",
"Duration": 1000,
"Value": "1098000"
},
{ {
"PowerHint": "CAMERA_SHOT", "PowerHint": "CAMERA_SHOT",
"Node": "MemFreq", "Node": "MemFreq",