Skip to content

Commit beb288a

Browse files
danielml3raphaelthegreat
authored andcommitted
NB1: power-libperfmgr: 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 <[email protected]> Change-Id: I5edb50f937d0ccede5bc3463572010b20d75fe78
1 parent 91c5a84 commit beb288a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/powerhint.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,13 @@
322322
{
323323
"PowerHint": "INTERACTION",
324324
"Node": "CPULittleClusterMinFreq",
325-
"Duration": 0,
325+
"Duration": 1000,
326326
"Value": "1171200"
327327
},
328328
{
329329
"PowerHint": "INTERACTION",
330330
"Node": "TASchedtuneBoost",
331-
"Duration": 0,
331+
"Duration": 1000,
332332
"Value": "50"
333333
},
334334
{
@@ -352,7 +352,7 @@
352352
{
353353
"PowerHint": "INTERACTION",
354354
"Node": "CPUBWMinFreq",
355-
"Duration": 0,
355+
"Duration": 1000,
356356
"Value": "5195"
357357
},
358358
{

0 commit comments

Comments
 (0)