Use the correct GPU device path for gs201.
gs201 uses 28000000.mali instead of 1c500000.mali. Bug: 196866904 Test: verified that libperfmgr logspam is gone on dev board. Change-Id: I7e00bb67f06960bcedc29d4e98422676a651bd05
This commit is contained in:
parent
c7d07e27e0
commit
6b82c37c4c
3 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Values": [
|
||||
"762000",
|
||||
"471000",
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Values": [
|
||||
"151000",
|
||||
"302000",
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "GPUMinFreq",
|
||||
"Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq",
|
||||
"Path": "/sys/devices/platform/28000000.mali/scaling_min_freq",
|
||||
"Values": [
|
||||
"151000",
|
||||
"302000",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue