From 3cbcddeca3464712666d90ee7bfb5d86f4cfc444 Mon Sep 17 00:00:00 2001 From: Sam Paradis Date: Tue, 4 Jun 2024 19:08:35 +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: Ifcb27e61752ef5ddb8484888adc77b894f5a5cf8 --- powerhint-comet.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index 360b12f..002ac24 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -2965,19 +2965,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" },