From a52ea2cf784f93cfed6a9ee34e645e253bd945ef Mon Sep 17 00:00:00 2001 From: chungkai Date: Tue, 26 Apr 2022 02:08:48 +0000 Subject: [PATCH] powerhal: update new boost uclamp value set 160 back to 161 since RT task will select little cores Test: build pass Bug: 230247757 Signed-off-by: chungkai Change-Id: I4e083b51a34df07dbd6bbae86b95c9fef88b0eca --- powerhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerhint.json b/powerhint.json index 2e117c5..7c454bb 100644 --- a/powerhint.json +++ b/powerhint.json @@ -153,7 +153,7 @@ "Name": "SFUClampBoost", "Path": "/proc/vendor_sched/sf_uclamp_min", "Values": [ - "160", + "161", "85", "39" ],