Merge "Relax CPU minimum frequency boost for LAUNCH_CAMERA" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2022-09-30 04:17:57 +00:00 committed by Android (Google) Code Review
commit 75cf47aa44

View file

@ -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,15 @@
],
"ResetOnInit": true
},
{
"Name": "CAMUClampBoost",
"Path": "/proc/vendor_sched/cam_uclamp_min",
"Values": [
"612",
"0"
],
"ResetOnInit": true
},
{
"Name": "TAUClampBoost",
"Path": "/proc/vendor_sched/ta_uclamp_min",
@ -606,7 +618,7 @@
"PowerHint": "CAMERA_LAUNCH",
"Node": "CPUBigClusterMinFreq",
"Duration": 1000,
"Value": "9999999"
"Value": "1826000"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -618,7 +630,7 @@
"PowerHint": "CAMERA_LAUNCH",
"Node": "CPUMidClusterMinFreq",
"Duration": 1000,
"Value": "9999999"
"Value": "1836000"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -630,7 +642,13 @@
"PowerHint": "CAMERA_LAUNCH",
"Node": "CPULittleClusterMinFreq",
"Duration": 1000,
"Value": "9999999"
"Value": "1401000"
},
{
"PowerHint": "CAMERA_LAUNCH",
"Node": "CAMUClampBoost",
"Duration": 1000,
"Value": "612"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -1825,6 +1843,12 @@
"Duration": 0,
"Value": "0,1,2,3"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPUBigClusterMaxFreq",
"Duration": 1000,
"Value": "9999999"
},
{
"PowerHint": "FACE_UNLOCK_BOOST",
"Node": "CPU_LITTLE_TSKIN_BYPASS",