From f9265fbd46996a989ca5d5325676f258618e313f Mon Sep 17 00:00:00 2001 From: Lisa Liu Date: Wed, 3 May 2023 00:57:43 +0000 Subject: [PATCH] powerhint: boost DSU and BCI when launching Bug: 269809407 Bug: 258100337 Test: Build and abtd run result Change-Id: I15ae42f4a904f10023de43f4ae0e7f8fb472e94c --- powerhint-akita.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 7dedf0a..0aef574 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -39,6 +39,7 @@ "Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq", "Values": [ "9999999", + "1548000", "820000", "0" ], @@ -59,6 +60,7 @@ "Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq", "Values": [ "9999999", + "1401000', "0" ], "ResetOnInit": true @@ -567,6 +569,18 @@ "Duration": 5000, "Value": "9999999" }, + { + "PowerHint": "LAUNCH", + "Node": "DsuMinFreq", + "Duration": 5000, + "Value": "1548000" + }, + { + "PowerHint": "LAUNCH", + "Node": "BCIMinFreq", + "Duration": 5000, + "Value": "1401000" + }, { "PowerHint": "LAUNCH", "Node": "NPITaskPacking",