sdm710-common: configs: Decrease launch boost to 3sec

* 5s is just too much long plus battery drainer

Signed-off-by: DennySPB <dennyspb@gmail.com>
Change-Id: I7e037c45cd2296a8bbd67d6bd63c212c0ef2a805
This commit is contained in:
DennySPB 2023-06-15 17:05:17 +08:00 committed by CakesTwix
parent 3288dc6ded
commit a9aec84a56
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -313,13 +313,13 @@
{ {
"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"
}, },
{ {
@ -361,19 +361,19 @@
{ {
"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"
}, },
{ {