From dfea7bf2691f2842977360d675ac559919e5f5e9 Mon Sep 17 00:00:00 2001 From: Sam Paradis Date: Thu, 1 Feb 2024 00:59:03 +0000 Subject: [PATCH] Change FACE_UNLOCK_BOOST to Maximize CPU Frequency This is part of an optimization that limits the length and prevelance of this power hint. Strict, ultra-agression minimizes power and latency versus always-on mid aggression. Bug: 297964952 Change-Id: I0dac04d30e623a869be89ac6a5cfe002a64da48e --- powerhint.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/powerhint.json b/powerhint.json index 5e344c2..7a10798 100644 --- a/powerhint.json +++ b/powerhint.json @@ -1891,20 +1891,20 @@ }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPU_LITTLE_TSKIN_BYPASS", - "Duration": 1000, - "Value": "1" + "Node": "CPUBigClusterMaxFreq", + "Duration": 500, + "Value": "9999999" }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPU_MID_TSKIN_BYPASS", - "Duration": 1000, - "Value": "1" + "Node": "CPUBigClusterMinFreq", + "Duration": 500, + "Value": "1826000" }, { "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPU_BIG_TSKIN_BYPASS", - "Duration": 1000, + "Duration": 500, "Value": "1" }, {