From ea22030210592b3873b843ebb4f3368ab78c0a3b Mon Sep 17 00:00:00 2001 From: "Ali K. Zadeh" Date: Wed, 24 May 2023 22:29:58 +0000 Subject: [PATCH] Disable CDPreferIdle and allow all 8 cores for 30fps Bug: 279955604 Test: ODPM/Framedrops (b/279955604#comment2) Change-Id: I3852d129faf2ef6c710232d2fc05c0830c479bdb --- perf/powerhint-husky.json | 8 +++++++- perf/powerhint-ripcurrent.json | 8 +++++++- perf/powerhint-shiba.json | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index e39e8b7..1e7fcdc 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -1548,6 +1548,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "TAPreferHighCap", @@ -1600,7 +1606,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "4-7" + "Value": "0-8" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index 65f8e57..e9ec970 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -1410,6 +1410,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "TAPreferHighCap", @@ -1444,7 +1450,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "4-7" + "Value": "0-8" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index a331eff..dbf412c 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -1436,6 +1436,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "TAPreferHighCap", @@ -1488,7 +1494,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "4-7" + "Value": "0-8" }, { "PowerHint": "CAMERA_STREAMING_STANDARD",