msm8998-common: powerhint: Switch to uclamp boosting

This commit is contained in:
Vivekachooz
2024-08-14 23:33:42 +05:30
committed by Edrick Sinsuan
parent 4a8e90cf34
commit 4ccc6fed1d

View File

@@ -50,6 +50,27 @@
],
"ResetOnInit": true
},
{
"Name": "UclampTAMin",
"Path": "/dev/cpuctl/top-app/cpu.uclamp.min",
"Values": [
"0",
"78",
"100"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "UclampFgMin",
"Path": "/dev/cpuctl/foreground/cpu.uclamp.min",
"Values": [
"0",
"100"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "GPUMaxFreq",
"Path": "/sys/class/kgsl/kgsl-3d0/devfreq/max_freq",
@@ -81,15 +102,6 @@
],
"ResetOnInit": true
},
{
"Name": "TASchedtuneBoost",
"Path": "/dev/stune/top-app/schedtune.boost",
"Values": [
"50",
"10"
],
"ResetOnInit": true
},
{
"Name": "CPUBWHystTriggerCount",
"Path": "/sys/devices/soc/soc:qcom,cpubw/devfreq/soc:qcom,cpubw/bw_hwmon/hyst_trigger_count",
@@ -335,9 +347,9 @@
},
{
"PowerHint": "INTERACTION",
"Node": "TASchedtuneBoost",
"Node": "UclampTAMin",
"Duration": 0,
"Value": "50"
"Value": "78"
},
{
"PowerHint": "INTERACTION",
@@ -387,6 +399,18 @@
"Duration": 3000,
"Value": "2c"
},
{
"PowerHint": "LAUNCH",
"Node": "UclampTAMin",
"Duration": 3000,
"Value": "100"
},
{
"PowerHint": "LAUNCH",
"Node": "UclampFgMin",
"Duration": 3000,
"Value": "100"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount",