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
This commit is contained in:
Jimmy Shiu 2021-06-04 17:02:22 +08:00 committed by Wei Wang
parent e209e8fbe9
commit c87b3df93e
3 changed files with 2 additions and 38 deletions

View file

@ -108,8 +108,8 @@
"Path": "/sys/kernel/vendor_sched/ta_uclamp_min", "Path": "/sys/kernel/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"1", "1",
"553", "553",
"246", "246",
"185", "185",
"123", "123",
"62" "62"
@ -303,12 +303,6 @@
"Type": "EndHint", "Type": "EndHint",
"Value": "DISABLE_TA_BOOST" "Value": "DISABLE_TA_BOOST"
}, },
{
"PowerHint": "INTERACTION",
"Node": "CPULittleClusterMinFreq",
"Duration": 6000,
"Value": "1197000"
},
{ {
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Type": "DoHint", "Type": "DoHint",

View file

@ -100,18 +100,6 @@
"Type": "EndHint", "Type": "EndHint",
"Value": "DISABLE_TA_BOOST" "Value": "DISABLE_TA_BOOST"
}, },
{
"PowerHint": "INTERACTION",
"Node": "CPUBigClusterMinFreq",
"Duration": 6000,
"Value": "1197000"
},
{
"PowerHint": "INTERACTION",
"Node": "CPULittleClusterMinFreq",
"Duration": 6000,
"Value": "1197000"
},
{ {
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Type": "DoHint", "Type": "DoHint",

View file

@ -130,24 +130,6 @@
"Type": "EndHint", "Type": "EndHint",
"Value": "DISABLE_TA_BOOST" "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", "PowerHint": "INTERACTION",
"Type": "DoHint", "Type": "DoHint",