From 486d3cf0dba5b7a0ca0e807bd1849a5006bb39af Mon Sep 17 00:00:00 2001 From: Sam Paradis Date: Thu, 1 Feb 2024 01:00:25 +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: I04f68a608da8bd4e06fd28d1f212c14bfea6dfa2 --- powerhint-akita.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/powerhint-akita.json b/powerhint-akita.json index 923d0dc..ad60973 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -2620,25 +2620,19 @@ { "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPUBigClusterMaxFreq", - "Duration": 1000, + "Duration": 500, "Value": "9999999" }, { "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPU_LITTLE_TSKIN_BYPASS", - "Duration": 1000, - "Value": "1" - }, - { - "PowerHint": "FACE_UNLOCK_BOOST", - "Node": "CPU_MID_TSKIN_BYPASS", - "Duration": 1000, - "Value": "1" + "Node": "CPUBigClusterMinFreq", + "Duration": 500, + "Value": "1852000" }, { "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPU_BIG_TSKIN_BYPASS", - "Duration": 1000, + "Duration": 500, "Value": "1" }, {