mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -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
20c544a63e
commit
a39971faa7
|
@ -170,14 +170,7 @@
|
|||
{
|
||||
"Name": "FBTBHROPP",
|
||||
"Path": "/sys/module/mtk_fpsgo/parameters/bhr_opp",
|
||||
"Values": ["1", "3", "6", "9", "12", "15"],
|
||||
"ResetOnInit": true,
|
||||
"DefaultIndex": 0
|
||||
},
|
||||
{
|
||||
"Name": "CPUTaskTurboFeats",
|
||||
"Path": "/sys/module/task_turbo/parameters/feats",
|
||||
"Values": ["0", "15"],
|
||||
"Values": ["1", "3", "6", "9", "12", "15", "31"],
|
||||
"ResetOnInit": true,
|
||||
"DefaultIndex": 0
|
||||
},
|
||||
|
@ -307,13 +300,7 @@
|
|||
"PowerHint": "INTERACTION",
|
||||
"Node": "FBTBHROPP",
|
||||
"Duration": 0,
|
||||
"Value": "15"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "CPUTaskTurboFeats",
|
||||
"Duration": 1000,
|
||||
"Value": "15"
|
||||
"Value": "31"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
|
|
Loading…
Reference in a new issue