From 080b098481c5743e87a4b76219cf2a129792cb6d Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Thu, 18 Apr 2024 09:32:24 +0000 Subject: [PATCH] Increase TAUClampBoost during capture to reduce latency Refer to ag/26943660 Bug: 335758846 Test: Build pass Change-Id: I7d1c5c75e2b42f0d2625d94c1f0d11bc63d1df5c --- powerhint-comet.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powerhint-comet.json b/powerhint-comet.json index d7b6833..9b5f05c 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -269,6 +269,7 @@ "Path": "/proc/vendor_sched/groups/ta/uclamp_min", "Values": [ "765", + "600", "1" ], "ResetOnInit": true @@ -1343,6 +1344,12 @@ "Duration": 3000, "Value": "0" }, + { + "PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE", + "Node": "TAUClampBoost", + "Duration": 3000, + "Value": "600" + }, { "PowerHint": "CAMERA_THERMAL_SEVERE_BOOST", "Node": "CDPreferHighCap",