From ff32827267607e2afee4ac177bdef39ea67e59fa Mon Sep 17 00:00:00 2001 From: "Ali K. Zadeh" Date: Thu, 17 Aug 2023 00:11:27 +0000 Subject: [PATCH] Set DSU min to 820MHz for CAMERA_STREAMING_HIGH use-case Bug: 294814988 Test: Kibbles (https://b.corp.google.com/issues/294814988#comment9) Change-Id: Ia454b8aa08c866c4068ed6676e2438081e30e128 --- perf/powerhint-husky.json | 6 ++++++ perf/powerhint-ripcurrent.json | 6 ++++++ perf/powerhint-shiba.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 86438df..232f5f8 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -1565,6 +1565,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "DsuMinFreq", + "Duration": 0, + "Value": "820000" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "PMU_LIT_LIMIT_FREQ", diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index f745ec0..5c71fa8 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -1394,6 +1394,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "DsuMinFreq", + "Duration": 0, + "Value": "820000" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "PMU_LIT_LIMIT_FREQ", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index 3d56d8b..5e5bc2c 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -1463,6 +1463,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "DsuMinFreq", + "Duration": 0, + "Value": "820000" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "PMU_LIT_LIMIT_FREQ",