From 63f557e326d01fba120e0fd089e214a5deaf9d9a Mon Sep 17 00:00:00 2001 From: Vivekachooz Date: Tue, 16 Jul 2024 13:42:31 +0530 Subject: [PATCH] dre: powerhint: Enable L3 frequencies for interaction Change-Id: Ic7b370030b60d2b68bd74fa8daa9ba83f74cdf1f --- configs/powerhint.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/powerhint.json b/configs/powerhint.json index 802ca91..36e3b3c 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -228,6 +228,7 @@ "Path": "/sys/class/devfreq/fd90100.qcom,cpu0-cpu-l3-lat/min_freq", "Values": [ "1497600000", + "1171200000", "300000000" ], "ResetOnInit": true @@ -237,6 +238,7 @@ "Path": "/sys/class/devfreq/fd90100.qcom,cpu6-cpu-l3-lat/min_freq", "Values": [ "1497600000", + "1171200000", "300000000" ], "ResetOnInit": true @@ -405,6 +407,18 @@ "Duration": 0, "Value": "7980" }, + { + "PowerHint": "INTERACTION", + "Node": "L3LittleClusterMinFreq", + "Duration": 0, + "Value": "1171200000" + }, + { + "PowerHint": "INTERACTION", + "Node": "L3BigClusterMinFreq", + "Duration": 0, + "Value": "1171200000" + }, { "PowerHint": "INTERACTIVE", "Node": "CPULittleClusterUpRateLimit",