From abb540718bb58da443eb970b65e63de85704eef1 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 02:08:07 +0000 Subject: [PATCH 1/2] Update felix SVN to 45 Bug: 325156176 Change-Id: I5ebc65fcd00c7d5c593f8a56c8ccdfd424551005 --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index d09faf6..05f3fa8 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -224,7 +224,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=44 + ro.vendor.build.svn=45 # Vibrator HAL PRODUCT_VENDOR_PROPERTIES +=\ From 011bda50b8542eb48cad8707ff0bbd45ed4b91f5 Mon Sep 17 00:00:00 2001 From: Sam Paradis Date: Thu, 1 Feb 2024 00:57:26 +0000 Subject: [PATCH 2/2] 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: I6d6f3b6c8990bbe3c04575a60797a2aefa898172 --- powerhint.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/powerhint.json b/powerhint.json index 20cd066..34dcaed 100644 --- a/powerhint.json +++ b/powerhint.json @@ -2112,25 +2112,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": "1826000" }, { "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPU_BIG_TSKIN_BYPASS", - "Duration": 1000, + "Duration": 500, "Value": "1" }, {