Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: powerhint: Use uclamp values as percentage

Change-Id: I0b3bd7714cfd234e6901c1e10fac87475dbc614c
This commit is contained in:
Vivekachooz 2024-08-01 23:27:59 +05:30 committed by Nick Reuter
commit f33e67cb7a

View file

@ -94,11 +94,8 @@
"Path": "/dev/cpuctl/top-app/cpu.uclamp.min",
"Values": [
"0",
"692",
"308",
"232",
"154",
"78"
"78",
"100"
],
"DefaultIndex": 0,
"ResetOnInit": true
@ -108,7 +105,7 @@
"Path": "/dev/cpuctl/foreground/cpu.uclamp.min",
"Values": [
"0",
"159"
"100"
],
"DefaultIndex": 0,
"ResetOnInit": true
@ -453,13 +450,13 @@
"PowerHint": "LAUNCH",
"Node": "UclampTAMin",
"Duration": 5000,
"Value": "692"
"Value": "100"
},
{
"PowerHint": "LAUNCH",
"Node": "UclampFgMin",
"Duration": 5000,
"Value": "159"
"Value": "100"
},
{
"PowerHint": "LAUNCH",