From b0e9848db4adbc0692b8de8d7464a16c3f007f94 Mon Sep 17 00:00:00 2001 From: chungkai Date: Fri, 22 Apr 2022 16:08:56 +0000 Subject: [PATCH] powerhal: update new boost uclamp value To avoid task being placed into little cluster, and keep same freq for middle cluster, increase the uclamp min to 129, Bug: 224649226 Test: freq is same as before Signed-off-by: chungkai Change-Id: I0e0c7617e4a50968ec18df164ee9388d7f0a4b66 --- powerhint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerhint.json b/powerhint.json index 2dc1abc..2e117c5 100644 --- a/powerhint.json +++ b/powerhint.json @@ -143,7 +143,7 @@ "Path": "/proc/vendor_sched/ta_uclamp_min", "Values": [ "553", - "126", + "129", "1", "55" ], @@ -1194,7 +1194,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "126" + "Value": "129" }, { "PowerHint": "DISPLAY_IDLE",