From 05d576aec4e9543cdc380e6bccfa2076a7f3d807 Mon Sep 17 00:00:00 2001 From: paulsu Date: Tue, 26 Sep 2023 07:50:22 +0000 Subject: [PATCH] Enable tapered dvfs headroom in battery saver and thermal Bug: 295992028 Test: Boot to home Change-Id: I7bbfc38d9eae582fcb0078abf1694a38441c5620 Signed-off-by: paulsu --- powerhint-akita.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 21cf2f7..b84ce84 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -2134,6 +2134,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "LOW_POWER", + "Node": "CPUTaperedDVFSHeadroomEnable", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "REFRESH_120FPS", "Node": "TAUClampBoost", @@ -2337,6 +2343,12 @@ "Duration": 0, "Value": "0" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", + "Node": "CPUTaperedDVFSHeadroomEnable", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_MODERATE", "Node": "Dex2oatThreads",