Relax CPU minimum frequency boost for LAUNCH_CAMERA Bug: 245565600 Test: build pass Change-Id: Ie6c4cef217216be4c1f4080c348ce045ca80ee50
diff --git a/powerhint.json b/powerhint.json index 7ff75c5..410971f 100644 --- a/powerhint.json +++ b/powerhint.json
@@ -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" ], @@ -151,6 +154,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", "Values": [ @@ -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", @@ -1827,6 +1845,12 @@ }, { "PowerHint": "FACE_UNLOCK_BOOST", + "Node": "CPUBigClusterMaxFreq", + "Duration": 1000, + "Value": "9999999" + }, + { + "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPU_LITTLE_TSKIN_BYPASS", "Duration": 1000, "Value": "1"