powerhint.json: update GPU node.
GPU node was not using the correct level-lock (should be using the hint one). a0 and a1 jsons did not have correct frequencies, correct this. Test: check camera hints work. Change-Id: I79263bcb0fe3f264c021e2838aac3839081b7de7
This commit is contained in:
parent
954b427911
commit
5875d29f23
3 changed files with 11 additions and 11 deletions
|
@ -73,7 +73,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"762000",
|
"762000",
|
||||||
"471000",
|
"471000",
|
||||||
|
|
|
@ -42,13 +42,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"151000",
|
"151000",
|
||||||
"302000",
|
"302000",
|
||||||
"455000",
|
"510000",
|
||||||
"572000",
|
"572000",
|
||||||
"670000"
|
"762000"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -289,7 +289,7 @@
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "GPUMinFreq",
|
"Node": "GPUMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "670000"
|
"Value": "762000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "FIXED_PERFORMANCE",
|
"PowerHint": "FIXED_PERFORMANCE",
|
||||||
|
@ -325,7 +325,7 @@
|
||||||
"PowerHint": "EXPENSIVE_RENDERING",
|
"PowerHint": "EXPENSIVE_RENDERING",
|
||||||
"Node": "GPUMinFreq",
|
"Node": "GPUMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "455000"
|
"Value": "510000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "REFRESH_120FPS",
|
"PowerHint": "REFRESH_120FPS",
|
||||||
|
|
|
@ -62,13 +62,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"151000",
|
"151000",
|
||||||
"302000",
|
"302000",
|
||||||
"455000",
|
"510000",
|
||||||
"572000",
|
"572000",
|
||||||
"670000"
|
"762000"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -325,7 +325,7 @@
|
||||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||||
"Node": "GPUMinFreq",
|
"Node": "GPUMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "670000"
|
"Value": "762000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "FIXED_PERFORMANCE",
|
"PowerHint": "FIXED_PERFORMANCE",
|
||||||
|
@ -424,7 +424,7 @@
|
||||||
"PowerHint": "EXPENSIVE_RENDERING",
|
"PowerHint": "EXPENSIVE_RENDERING",
|
||||||
"Node": "GPUMinFreq",
|
"Node": "GPUMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "455000"
|
"Value": "510000"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue