Update powerhint to restrict DSU and BCI frequencies

Bug: 274005880
Test: ODPM, framedrop and kibbles measurement
Change-Id: I42e37b55c77780a153f6d959bf5e18ffae89da97
This commit is contained in:
Ali K. Zadeh 2023-04-06 00:22:10 +00:00
parent 2f4c29e388
commit f5deb897f6
3 changed files with 270 additions and 57 deletions

View file

@ -4,10 +4,10 @@
"Name": "MemFreq",
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3744000",
"9999999",
"1352000",
"1014000",
"421000"
"0"
],
"ResetOnInit": true
},
@ -15,33 +15,50 @@
"Name": "IntFreq",
"Path": "/sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/min_freq",
"Values": [
"533000",
"100000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "DsuFreq",
"Name": "DsuMinFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
"Values": [
"2150000",
"1328000",
"9999999",
"820000",
"324000"
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIFreq",
"Name": "DsuMaxFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/max_freq",
"Values": [
"9999999",
"820000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "BCIMinFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
"Values": [
"1850000",
"1205000",
"840000",
"315000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIMaxFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/max_freq",
"Values": [
"9999999",
"700000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "CPULittleClusterMaxFreq",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
@ -694,7 +711,7 @@
"PowerHint": "LAUNCH",
"Node": "MemFreq",
"Duration": 5000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
@ -745,7 +762,13 @@
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuFreq",
"Node": "DsuMaxFreq",
"Duration": 33,
"Value": "9999999"
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuMinFreq",
"Duration": 33,
"Value": "820000"
},
@ -753,7 +776,7 @@
"PowerHint": "CAMERA_LAUNCH",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -897,7 +920,7 @@
"PowerHint": "CAMERA_SHOT",
"Node": "MemFreq",
"Duration": 300,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_SHOT",
@ -927,13 +950,13 @@
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "IntFreq",
"Duration": 1000,
"Value": "533000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
@ -1067,6 +1090,18 @@
"Duration": 0,
"Value": "1852000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CDPreferHighCap",
@ -1211,6 +1246,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MemFreq",
@ -1349,6 +1396,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "MemFreq",
@ -1427,6 +1486,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "MemFreq",

View file

@ -4,10 +4,10 @@
"Name": "MemFreq",
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3744000",
"9999999",
"1352000",
"1014000",
"421000"
"0"
],
"ResetOnInit": true
},
@ -15,33 +15,50 @@
"Name": "IntFreq",
"Path": "/sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/min_freq",
"Values": [
"533000",
"100000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "DsuFreq",
"Name": "DsuMinFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
"Values": [
"2150000",
"1328000",
"9999999",
"820000",
"324000"
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIFreq",
"Name": "DsuMaxFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/max_freq",
"Values": [
"9999999",
"820000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "BCIMinFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
"Values": [
"1850000",
"1205000",
"840000",
"315000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIMaxFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/max_freq",
"Values": [
"9999999",
"700000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "CPULittleClusterMaxFreq",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
@ -694,7 +711,7 @@
"PowerHint": "LAUNCH",
"Node": "MemFreq",
"Duration": 5000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
@ -745,15 +762,21 @@
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuFreq",
"Node": "DsuMinFreq",
"Duration": 33,
"Value": "820000"
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuMaxFreq",
"Duration": 33,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_LAUNCH",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -897,7 +920,7 @@
"PowerHint": "CAMERA_SHOT",
"Node": "MemFreq",
"Duration": 300,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_SHOT",
@ -927,13 +950,13 @@
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "IntFreq",
"Duration": 1000,
"Value": "533000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
@ -1067,6 +1090,18 @@
"Duration": 0,
"Value": "1852000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CDPreferHighCap",
@ -1211,6 +1246,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MemFreq",
@ -1349,6 +1396,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "MemFreq",
@ -1427,6 +1486,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "MemFreq",

View file

@ -4,10 +4,10 @@
"Name": "MemFreq",
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3744000",
"9999999",
"1352000",
"1014000",
"421000"
"0"
],
"ResetOnInit": true
},
@ -15,33 +15,50 @@
"Name": "IntFreq",
"Path": "/sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/min_freq",
"Values": [
"533000",
"100000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "DsuFreq",
"Name": "DsuMinFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
"Values": [
"2150000",
"1328000",
"9999999",
"820000",
"324000"
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIFreq",
"Name": "DsuMaxFreq",
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/max_freq",
"Values": [
"9999999",
"820000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "BCIMinFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
"Values": [
"1850000",
"1205000",
"840000",
"315000"
"9999999",
"0"
],
"ResetOnInit": true
},
{
"Name": "BCIMaxFreq",
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/max_freq",
"Values": [
"9999999",
"700000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "CPULittleClusterMaxFreq",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
@ -694,7 +711,7 @@
"PowerHint": "LAUNCH",
"Node": "MemFreq",
"Duration": 5000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
@ -745,15 +762,21 @@
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuFreq",
"Node": "DsuMinFreq",
"Duration": 33,
"Value": "820000"
},
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "DsuMaxFreq",
"Duration": 33,
"Value": "9999999"
},
{
"PowerHint": "CAMERA_LAUNCH",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_LAUNCH",
@ -897,7 +920,7 @@
"PowerHint": "CAMERA_SHOT",
"Node": "MemFreq",
"Duration": 300,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_SHOT",
@ -927,13 +950,13 @@
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "MemFreq",
"Duration": 1000,
"Value": "3744000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
"Node": "IntFreq",
"Duration": 1000,
"Value": "533000"
"Value": "9999999"
},
{
"PowerHint": "CAMERA_BACKEND_BOOST",
@ -1067,6 +1090,18 @@
"Duration": 0,
"Value": "1852000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CDPreferHighCap",
@ -1211,6 +1246,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_HIGH",
"Node": "MemFreq",
@ -1349,6 +1396,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_STANDARD",
"Node": "MemFreq",
@ -1427,6 +1486,18 @@
"Duration": 0,
"Value": "1475000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "BCIMaxFreq",
"Duration": 0,
"Value": "700000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "DsuMaxFreq",
"Duration": 0,
"Value": "820000"
},
{
"PowerHint": "CAMERA_STREAMING_LOW",
"Node": "MemFreq",