Skip to content

Commit

Permalink
raphael: power-libperfmgr: Add power hint for fingerprint
Browse files Browse the repository at this point in the history
* Boost frequency of CPUBigCluster when running fingerprint algorithm.

* Slight lagging in ripple animation this should resolve it
  • Loading branch information
ahnet-69 authored and aoleary committed May 18, 2024
1 parent 4e8ab38 commit 30cf6c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/etc/powerhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,18 @@
"Duration": 0,
"Value": "2016000"
},
{
"PowerHint": "FP_BOOST",
"Node": "CPUBigClusterMaxFreq",
"Duration": 500,
"Value": "2419200"
},
{
"PowerHint": "FP_BOOST",
"Node": "CPUBigClusterMinFreq",
"Duration": 500,
"Value": "2419200"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "TAminclamp",
Expand Down

0 comments on commit 30cf6c5

Please sign in to comment.