Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: powerhint: Decrease launch boost to 3sec

* 5s is just too much long plus battery drainer

Change-Id: I7e037c45cd2296a8bbd67d6bd63c212c0ef2a805
This commit is contained in:
DennySPB 2024-09-26 09:01:19 +05:30 committed by Nick Reuter
commit 1d0eb36cb2

View file

@ -431,109 +431,109 @@
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 5000, "Duration": 3000,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBigClusterMinFreq", "Node": "CPUBigClusterMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPULittleClusterMinFreq", "Node": "CPULittleClusterMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "9999999" "Value": "9999999"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "UclampTAMin", "Node": "UclampTAMin",
"Duration": 5000, "Duration": 3000,
"Value": "100" "Value": "100"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "UclampFgMin", "Node": "UclampFgMin",
"Duration": 5000, "Duration": 3000,
"Value": "100" "Value": "100"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount", "Node": "CPUBWHystTriggerCount",
"Duration": 5000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBWHystLength", "Node": "CPUBWHystLength",
"Duration": 5000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBWHistMemory", "Node": "CPUBWHistMemory",
"Duration": 5000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUBWMinFreq", "Node": "CPUBWMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "7980" "Value": "7980"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUDDRLatLittleMinFreq", "Node": "CPUDDRLatLittleMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "7980" "Value": "7980"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUDDRLatBigMinFreq", "Node": "CPUDDRLatBigMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "7980" "Value": "7980"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUDDRLatfloorLittleMinFreq", "Node": "CPUDDRLatfloorLittleMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "7980" "Value": "7980"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "CPUDDRLatfloorBigMinFreq", "Node": "CPUDDRLatfloorBigMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "7980" "Value": "7980"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "GPUForceClkOn", "Node": "GPUForceClkOn",
"Duration": 5000, "Duration": 3000,
"Value": "1" "Value": "1"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "GPUForceRailOn", "Node": "GPUForceRailOn",
"Duration": 5000, "Duration": 3000,
"Value": "1" "Value": "1"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "GPUIdleTimer", "Node": "GPUIdleTimer",
"Duration": 5000, "Duration": 3000,
"Value": "10000" "Value": "10000"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "L3LittleClusterMinFreq", "Node": "L3LittleClusterMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "1497600000" "Value": "1497600000"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "L3BigClusterMinFreq", "Node": "L3BigClusterMinFreq",
"Duration": 5000, "Duration": 3000,
"Value": "1497600000" "Value": "1497600000"
}, },
{ {