From c87b3df93e4870875364d7d6aefeb8531b3b2401 Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Fri, 4 Jun 2021 17:02:22 +0800 Subject: [PATCH] Remove little core hard freq boost for the INTERACTION Set SF uclamp.min instead of a min floor Bug: 190145608 Test: Manual Test Change-Id: Ie54be008739ea2555fcf8eb7878593d4bdddb89b --- powerhint.json | 10 ++-------- powerhint_a0.json | 12 ------------ powerhint_a1.json | 18 ------------------ 3 files changed, 2 insertions(+), 38 deletions(-) diff --git a/powerhint.json b/powerhint.json index d0797e3c..2335e80d 100644 --- a/powerhint.json +++ b/powerhint.json @@ -108,8 +108,8 @@ "Path": "/sys/kernel/vendor_sched/ta_uclamp_min", "Values": [ "1", - "553", - "246", + "553", + "246", "185", "123", "62" @@ -303,12 +303,6 @@ "Type": "EndHint", "Value": "DISABLE_TA_BOOST" }, - { - "PowerHint": "INTERACTION", - "Node": "CPULittleClusterMinFreq", - "Duration": 6000, - "Value": "1197000" - }, { "PowerHint": "INTERACTION", "Type": "DoHint", diff --git a/powerhint_a0.json b/powerhint_a0.json index 31f34d76..b0a73fe3 100644 --- a/powerhint_a0.json +++ b/powerhint_a0.json @@ -100,18 +100,6 @@ "Type": "EndHint", "Value": "DISABLE_TA_BOOST" }, - { - "PowerHint": "INTERACTION", - "Node": "CPUBigClusterMinFreq", - "Duration": 6000, - "Value": "1197000" - }, - { - "PowerHint": "INTERACTION", - "Node": "CPULittleClusterMinFreq", - "Duration": 6000, - "Value": "1197000" - }, { "PowerHint": "INTERACTION", "Type": "DoHint", diff --git a/powerhint_a1.json b/powerhint_a1.json index 23b190ae..0405c82d 100644 --- a/powerhint_a1.json +++ b/powerhint_a1.json @@ -130,24 +130,6 @@ "Type": "EndHint", "Value": "DISABLE_TA_BOOST" }, - { - "PowerHint": "INTERACTION", - "Node": "CPUBigClusterMinFreq", - "Duration": 6000, - "Value": "1106000" - }, - { - "PowerHint": "INTERACTION", - "Node": "CPUMidClusterMinFreq", - "Duration": 6000, - "Value": "1197000" - }, - { - "PowerHint": "INTERACTION", - "Node": "CPULittleClusterMinFreq", - "Duration": 6000, - "Value": "1197000" - }, { "PowerHint": "INTERACTION", "Type": "DoHint",