From 843bf5b9d6d83e336510a126af12ccc47e531fb4 Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Tue, 22 Feb 2022 16:04:19 +0000 Subject: [PATCH] sm6250-common: powerhint: Boost big cluster on interaction According to freqbench results [1], 825 MHz is the most efficient frequency on big cluster. [1] https://github.com/kdrag0n/freqbench/tree/96d72eac/results/sm7125/main Change-Id: I6655484527feecc3e0c815ddab3be319643cd92c --- configs/powerhint.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/powerhint.json b/configs/powerhint.json index 3918249..ca74abd 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -37,6 +37,7 @@ "Values": [ "9999999", "1900800", + "825600", "652800" ], "ResetOnInit": true @@ -223,6 +224,12 @@ "Duration": 0, "Value": "3" }, + { + "PowerHint": "INTERACTION", + "Node": "CPUBigClusterMinFreq", + "Duration": 0, + "Value": "825600" + }, { "PowerHint": "INTERACTION", "Node": "CPULittleClusterMinFreq",