Skip to content

Commit

Permalink
raphael: powerhint: Reduce launch to 2 sec
Browse files Browse the repository at this point in the history
* 3 seconds is unnecessary time and can cause battery consumption
  • Loading branch information
angelomds42 authored and aoleary committed May 22, 2024
1 parent 9701ba2 commit a8913db
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions configs/etc/powerhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,91 +376,91 @@
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMaxFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "2419200"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigPlusClusterMaxFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "2841600"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "2419200"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigPlusClusterMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "2841600"
},
{
"PowerHint": "LAUNCH",
"Node": "CPULittleClusterMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "1785600"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount",
"Duration": 3000,
"Duration": 2000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystLength",
"Duration": 3000,
"Duration": 2000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHistMemory",
"Duration": 3000,
"Duration": 2000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "14236"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUForceClkOn",
"Duration": 3000,
"Duration": 2000,
"Value": "1"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUForceRailOn",
"Duration": 3000,
"Duration": 2000,
"Value": "1"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUIdleTimer",
"Duration": 3000,
"Duration": 2000,
"Value": "10000"
},
{
"PowerHint": "LAUNCH",
"Node": "LLCCBWMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "6881"
},
{
"PowerHint": "LAUNCH",
"Node": "L3BigClusterMinFreq",
"Duration": 3000,
"Duration": 2000,
"Value": "1440000000"
},
{
"PowerHint": "LAUNCH",
"Node": "UfsClkGateEnable",
"Duration": 3000,
"Duration": 2000,
"Value": "0"
},
{
Expand Down

0 comments on commit a8913db

Please sign in to comment.