Merge "camera power hint: add streaming high hint." into sc-dev am: 751d285124
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13847217 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I205de4b9716c886dedac4405672bc919e9737ea3
This commit is contained in:
commit
69c63ce892
1 changed files with 23 additions and 9 deletions
|
@ -5,6 +5,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||
"Values": [
|
||||
"9999999",
|
||||
"1401000",
|
||||
"1197000"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
|
@ -45,7 +46,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
|
||||
"Values": [
|
||||
"9999999",
|
||||
"1999000"
|
||||
"1826000"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
@ -64,10 +65,11 @@
|
|||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
|
||||
"Values": [
|
||||
"151000",
|
||||
"762000"
|
||||
"762000",
|
||||
"471000",
|
||||
"302000",
|
||||
"151000"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
|
@ -200,22 +202,34 @@
|
|||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"PowerHint": "CAMERA_STREAMING_HIGH",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
"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",
|
||||
"Node": "PreferHighCapEnable",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
"Duration": 0,
|
||||
"Value": "1"
|
||||
"Value": "1826000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"Node": "GPUMinFreq",
|
||||
"Duration": 0,
|
||||
"Value": "762000"
|
||||
"Value": "471000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "THERMAL_FLASH_LED_REDUCE_CRITICAL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue