Merge "Add GPU power hint for Zuma" into udc-d1-dev am: 5be931bae4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23643444 Change-Id: Idd054b0cf00d1fb844b40673215139a698aa3520 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
233189a9cc
3 changed files with 42 additions and 0 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue