Add GPU power hint for Zuma

Bug: 228076319
Bug: 278493002
Test: Perfetto trace inspection
Change-Id: I24c7637221640bad71235488c2de07abf07f3b75
This commit is contained in:
Yunju Lee 2023-07-07 15:55:03 +00:00
parent 7acd15c7e9
commit a314f25a44
3 changed files with 42 additions and 0 deletions

View file

@ -1,5 +1,13 @@
{ {
"Nodes": [ "Nodes": [
{
"Name": "GPUPowerOn",
"Path": "/sys/devices/platform/1f000000.mali/hint_power_on",
"Values": [
"1",
"0"
]
},
{ {
"Name": "GPUMinFreq", "Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq",
@ -928,6 +936,12 @@
"Duration": 3000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "GPUPowerOn",
"Duration": 10,
"Value": "1"
},
{ {
"PowerHint": "CPU_LOAD_RESET", "PowerHint": "CPU_LOAD_RESET",
"Node": "GPUMinFreq", "Node": "GPUMinFreq",

View file

@ -1,5 +1,13 @@
{ {
"Nodes": [ "Nodes": [
{
"Name": "GPUPowerOn",
"Path": "/sys/devices/platform/1f000000.mali/hint_power_on",
"Values": [
"1",
"0"
]
},
{ {
"Name": "GPUMinFreq", "Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq",
@ -893,6 +901,12 @@
"Duration": 3000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "GPUPowerOn",
"Duration": 10,
"Value": "1"
},
{ {
"PowerHint": "CPU_LOAD_RESET", "PowerHint": "CPU_LOAD_RESET",
"Node": "GPUMinFreq", "Node": "GPUMinFreq",

View file

@ -1,5 +1,13 @@
{ {
"Nodes": [ "Nodes": [
{
"Name": "GPUPowerOn",
"Path": "/sys/devices/platform/1f000000.mali/hint_power_on",
"Values": [
"1",
"0"
]
},
{ {
"Name": "GPUMinFreq", "Name": "GPUMinFreq",
"Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq",
@ -928,6 +936,12 @@
"Duration": 3000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "GPUPowerOn",
"Duration": 10,
"Value": "1"
},
{ {
"PowerHint": "CPU_LOAD_RESET", "PowerHint": "CPU_LOAD_RESET",
"Node": "GPUMinFreq", "Node": "GPUMinFreq",