Add write-only option to GPU power hint configuration am: daa71f9265
am: 9953147bd6
am: d124338403
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/24179075 Change-Id: I7102de5a7a0ed2d9e839a806589f7a0abc9a535c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
123f6ddc53
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
]
|
],
|
||||||
|
"WriteOnly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
]
|
],
|
||||||
|
"WriteOnly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
]
|
],
|
||||||
|
"WriteOnly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "GPUMinFreq",
|
"Name": "GPUMinFreq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue