Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: powerhint: Set 1 second timeout for interaction boosts

* Having no timeout makes the boosts to be permanently triggered until
  some other hint overrides it, for example, making the minimum
  frequency to be stuck at 1248mhz

Signed-off-by: daniml3 <daniel@danielml.dev>
Change-Id: I5edb50f937d0ccede5bc3463572010b20d75fe78
This commit is contained in:
daniml3 2024-09-25 23:41:32 +05:30 committed by Nick Reuter
commit 378c70a194

View file

@ -324,79 +324,79 @@
{
"PowerHint": "INTERACTION",
"Node": "CPUBigClusterMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "2054400"
},
{
"PowerHint": "INTERACTION",
"Node": "CPULittleClusterMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "9999999"
},
{
"PowerHint": "INTERACTION",
"Node": "UclampTAMin",
"Duration": 0,
"Duration": 1000,
"Value": "78"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUBWHystTriggerCount",
"Duration": 0,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUBWHystLength",
"Duration": 0,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUBWHistMemory",
"Duration": 0,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUBWMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "5161"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUDDRLatLittleMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "7980"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUDDRLatBigMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "7980"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUDDRLatfloorLittleMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "7980"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUDDRLatfloorBigMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "7980"
},
{
"PowerHint": "INTERACTION",
"Node": "L3LittleClusterMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "1171200000"
},
{
"PowerHint": "INTERACTION",
"Node": "L3BigClusterMinFreq",
"Duration": 0,
"Duration": 1000,
"Value": "1171200000"
},
{