mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: powerhint: Drop task_turbo and fix max bhr_opp value
Change-Id: Ic19a75aa731f0b5be9f36ca273ac573f7f0eb94a Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
parent
e40c20ddce
commit
9fc02b86c1
|
@ -170,14 +170,7 @@
|
||||||
{
|
{
|
||||||
"Name": "FBTBHROPP",
|
"Name": "FBTBHROPP",
|
||||||
"Path": "/sys/module/mtk_fpsgo/parameters/bhr_opp",
|
"Path": "/sys/module/mtk_fpsgo/parameters/bhr_opp",
|
||||||
"Values": ["1", "3", "6", "9", "12", "15"],
|
"Values": ["1", "3", "6", "9", "12", "15", "31"],
|
||||||
"ResetOnInit": true,
|
|
||||||
"DefaultIndex": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "CPUTaskTurboFeats",
|
|
||||||
"Path": "/sys/module/task_turbo/parameters/feats",
|
|
||||||
"Values": ["0", "15"],
|
|
||||||
"ResetOnInit": true,
|
"ResetOnInit": true,
|
||||||
"DefaultIndex": 0
|
"DefaultIndex": 0
|
||||||
},
|
},
|
||||||
|
@ -307,13 +300,7 @@
|
||||||
"PowerHint": "INTERACTION",
|
"PowerHint": "INTERACTION",
|
||||||
"Node": "FBTBHROPP",
|
"Node": "FBTBHROPP",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "15"
|
"Value": "31"
|
||||||
},
|
|
||||||
{
|
|
||||||
"PowerHint": "LAUNCH",
|
|
||||||
"Node": "CPUTaskTurboFeats",
|
|
||||||
"Duration": 1000,
|
|
||||||
"Value": "15"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
|
|
Loading…
Reference in a new issue