Merge "camera power hint: add streaming high hint." into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-13 02:05:11 +00:00 committed by Android (Google) Code Review
commit 751d285124

View file

@ -5,6 +5,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",
"1401000",
"1197000" "1197000"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -45,7 +46,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",
"1999000" "1826000"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
@ -64,10 +65,11 @@
"Name": "GPUMinFreq", "Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq", "Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
"Values": [ "Values": [
"151000", "762000",
"762000" "471000",
"302000",
"151000"
], ],
"DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -200,22 +202,34 @@
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 0, "Duration": 0,
"Value": "1999000" "Value": "1826000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "CPULittleClusterMaxFreq",
"Duration": 0,
"Value": "1401000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "GPUMinFreq",
"Duration": 0,
"Value": "302000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "PreferHighCapEnable", "Node": "CPUBigClusterMaxFreq",
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1826000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING_STANDARD", "PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "GPUMinFreq", "Node": "GPUMinFreq",
"Duration": 0, "Duration": 0,
"Value": "762000" "Value": "471000"
}, },
{ {
"PowerHint": "THERMAL_FLASH_LED_REDUCE_CRITICAL", "PowerHint": "THERMAL_FLASH_LED_REDUCE_CRITICAL",