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",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||
"Values": [
|
||||
"762000",
|
||||
"471000",
|
||||
|
|
|
@ -42,13 +42,13 @@
|
|||
},
|
||||
{
|
||||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||
"Values": [
|
||||
"151000",
|
||||
"302000",
|
||||
"455000",
|
||||
"510000",
|
||||
"572000",
|
||||
"670000"
|
||||
"762000"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
@ -289,7 +289,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"Node": "GPUMinFreq",
|
||||
"Duration": 0,
|
||||
"Value": "670000"
|
||||
"Value": "762000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FIXED_PERFORMANCE",
|
||||
|
@ -325,7 +325,7 @@
|
|||
"PowerHint": "EXPENSIVE_RENDERING",
|
||||
"Node": "GPUMinFreq",
|
||||
"Duration": 0,
|
||||
"Value": "455000"
|
||||
"Value": "510000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "REFRESH_120FPS",
|
||||
|
|
|
@ -62,13 +62,13 @@
|
|||
},
|
||||
{
|
||||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/hint_min_freq",
|
||||
"Values": [
|
||||
"151000",
|
||||
"302000",
|
||||
"455000",
|
||||
"510000",
|
||||
"572000",
|
||||
"670000"
|
||||
"762000"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
@ -325,7 +325,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"Node": "GPUMinFreq",
|
||||
"Duration": 0,
|
||||
"Value": "670000"
|
||||
"Value": "762000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FIXED_PERFORMANCE",
|
||||
|
@ -424,7 +424,7 @@
|
|||
"PowerHint": "EXPENSIVE_RENDERING",
|
||||
"Node": "GPUMinFreq",
|
||||
"Duration": 0,
|
||||
"Value": "455000"
|
||||
"Value": "510000"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue