From ee3e63fe443f497af8e7e0f83d77a99ab924619b Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Sat, 18 Dec 2021 13:24:57 +0800 Subject: [PATCH] sdm660-common: power-libperfmgr: add FIXED_PERFORMANCE Bug: 153084443 Test: build and boot Signed-off-by: clarencelol Signed-off-by: pix106 --- power-libperfmgr/sdm660_powerhint.json | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/power-libperfmgr/sdm660_powerhint.json b/power-libperfmgr/sdm660_powerhint.json index ed30fa8d..ce61fd6d 100644 --- a/power-libperfmgr/sdm660_powerhint.json +++ b/power-libperfmgr/sdm660_powerhint.json @@ -595,6 +595,42 @@ "Node": "CPUBigClusterMaxFreq", "Duration": 0, "Value": "1401600" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "CPUBigClusterMaxFreq", + "Duration": 0, + "Value": "9999999" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "CPUBigClusterMinFreq", + "Duration": 0, + "Value": "9999999" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "CPULittleClusterMaxFreq", + "Duration": 0, + "Value": "9999999" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "CPULittleClusterMinFreq", + "Duration": 0, + "Value": "9999999" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "GPUMaxFreq", + "Duration": 0, + "Value": "0" + }, + { + "PowerHint": "FIXED_PERFORMANCE", + "Node": "GPUMinFreq", + "Duration": 0, + "Value": "0" } ] }