Skip to content

Commit

Permalink
chiron: powerhint: use lowest CPU frequency on MinFreq nodes
Browse files Browse the repository at this point in the history
Change-Id: I897c331769443c3cc72e9ed3c9b77a6e334709a8
  • Loading branch information
lifehackerhansol authored and BYZYB committed Sep 22, 2024
1 parent 52fcb14 commit d46e50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/powerhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@
"PowerHint": "INTERACTION",
"Node": "CPUBigClusterMinFreq",
"Duration": 58,
"Value": "1497600"
"Value": "1132800"
},
{
"PowerHint": "INTERACTION",
"Node": "CPULittleClusterMinFreq",
"Duration": 58,
"Value": "1478400"
"Value": "1094400"
},
{
"PowerHint": "INTERACTION",
Expand Down Expand Up @@ -271,7 +271,7 @@
"PowerHint": "AUDIO_STREAMING",
"Node": "CPUBigClusterMinFreq",
"Duration": 2000,
"Value": "1497600"
"Value": "1132800"
},
{
"PowerHint": "AUDIO_LOW_LATENCY",
Expand Down

0 comments on commit d46e50a

Please sign in to comment.