Merge "[T6] Relax CPU minimum frequency boost for LAUNCH_CAMERA" into tm-qpr-dev
This commit is contained in:
commit
c4292bacd7
1 changed files with 23 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
|
||||
"Values": [
|
||||
"9999999",
|
||||
"1401000",
|
||||
"1197000",
|
||||
"0"
|
||||
],
|
||||
|
@ -67,6 +68,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
|
||||
"Values": [
|
||||
"9999999",
|
||||
"1836000",
|
||||
"1197000",
|
||||
"0"
|
||||
],
|
||||
|
@ -94,6 +96,7 @@
|
|||
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
|
||||
"Values": [
|
||||
"9999999",
|
||||
"1826000",
|
||||
"1106000",
|
||||
"0"
|
||||
],
|
||||
|
@ -150,6 +153,17 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CAMUClampBoost",
|
||||
"Path": "/proc/vendor_sched/cam_uclamp_min",
|
||||
"Values": [
|
||||
"612",
|
||||
"185",
|
||||
"0",
|
||||
"63"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "TAUClampBoost",
|
||||
"Path": "/proc/vendor_sched/ta_uclamp_min",
|
||||
|
@ -588,7 +602,7 @@
|
|||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUBigClusterMinFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
"Value": "1826000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
|
@ -600,7 +614,7 @@
|
|||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUMidClusterMinFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
"Value": "1836000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
|
@ -612,7 +626,13 @@
|
|||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPULittleClusterMinFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
"Value": "1401000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CAMUClampBoost",
|
||||
"Duration": 1000,
|
||||
"Value": "612"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue