From 5b8dbb546cf3ec73ba1711d5d54b4a03d72fe72d Mon Sep 17 00:00:00 2001 From: Mohi Montazer Date: Fri, 10 Jun 2022 12:31:50 -0700 Subject: [PATCH] powerhint: Disable PreferIdle STANDARD streaming Disables PreferIdle powerhint for 30fps streaming, CAMERA_STREAMING_STANDARD Bug: 189033378 Test: CTS, GCA Change-Id: Ia28ab19ab6cebad84f2a695070ac04c5ecb18848 --- powerhint-cheetah-a0.json | 6 ++++++ powerhint-cheetah.json | 6 ++++++ powerhint-panther-a0.json | 6 ++++++ powerhint-panther.json | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/powerhint-cheetah-a0.json b/powerhint-cheetah-a0.json index 8a924f0..1fe3729 100644 --- a/powerhint-cheetah-a0.json +++ b/powerhint-cheetah-a0.json @@ -1017,6 +1017,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUBigClusterMaxFreq", diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index ee471cc..67e9845 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -1038,6 +1038,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUBigClusterMaxFreq", diff --git a/powerhint-panther-a0.json b/powerhint-panther-a0.json index 9e84dab..265960f 100644 --- a/powerhint-panther-a0.json +++ b/powerhint-panther-a0.json @@ -1006,6 +1006,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUBigClusterMaxFreq", diff --git a/powerhint-panther.json b/powerhint-panther.json index 1896925..3bfc4f5 100644 --- a/powerhint-panther.json +++ b/powerhint-panther.json @@ -1016,6 +1016,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUBigClusterMaxFreq",