From daa71f92657f6ed779fce30811a58b177b2a3600 Mon Sep 17 00:00:00 2001 From: Yunju Lee Date: Thu, 27 Jul 2023 20:21:49 +0000 Subject: [PATCH] Add write-only option to GPU power hint configuration Bug: 291237127 Change-Id: I175440aa25170616c7caeda4aab71de966c7c69d --- perf/powerhint-husky.json | 3 ++- perf/powerhint-ripcurrent.json | 3 ++- perf/powerhint-shiba.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 0af507d..86438df 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -6,7 +6,8 @@ "Values": [ "1", "0" - ] + ], + "WriteOnly": true }, { "Name": "GPUMinFreq", diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index 9631195..f745ec0 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -6,7 +6,8 @@ "Values": [ "1", "0" - ] + ], + "WriteOnly": true }, { "Name": "GPUMinFreq", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index a0de305..3d56d8b 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -6,7 +6,8 @@ "Values": [ "1", "0" - ] + ], + "WriteOnly": true }, { "Name": "GPUMinFreq",