From 5b406f3ebee8cb217a75abdfb873e0f45fbdc4c1 Mon Sep 17 00:00:00 2001 From: Sam Paradis Date: Tue, 4 Jun 2024 19:10:49 +0000 Subject: [PATCH] Switch Faceauth FACE_UNLOCK_BOOST Power Hint to Mid Cluster Faceauth is pinning to the mid-core for this device. Adjust the power hint to boost the appropriate cluster. Bug: 329893113 Change-Id: I7b0f228a1ecac523fee5b5dd607f27f99a608411 --- perf/powerhint-tegu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perf/powerhint-tegu.json b/perf/powerhint-tegu.json index 669b81f..9ad2150 100644 --- a/perf/powerhint-tegu.json +++ b/perf/powerhint-tegu.json @@ -2806,19 +2806,19 @@ }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPUBigClusterMaxFreq", + "Node": "CPUMidClusterMaxFreq", "Duration": 500, "Value": "9999999" }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPUBigClusterMinFreq", + "Node": "CPUMidClusterMinFreq", "Duration": 500, - "Value": "1885000" + "Value": "1795000" }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPU_BIG_TSKIN_BYPASS", + "Node": "CPU_MID_TSKIN_BYPASS", "Duration": 500, "Value": "1" },