From a23836b9eab57ee365aecbb49b3203365422045c Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Mon, 26 Feb 2024 11:16:38 +0000 Subject: [PATCH] Powerhint: 1080p60 M1, set BCIMin to 700MHz and TAPreferHighCap to 0 Sync from ag/26027171. Bug: 327131954 Test: Build pass, power and performance verification Change-Id: I73c3b6f8482bc9db8c1a6510eb8856f7659cff21 --- powerhint-comet.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index 36cc666..afca04a 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -71,6 +71,7 @@ "Values": [ "9999999", "1401000", + "700000", "0" ], "ResetOnInit": true @@ -1746,7 +1747,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "TAPreferHighCap", "Duration": 0, - "Value": "1" + "Value": "0" }, { "PowerHint": "CAMERA_STREAMING_HIGH", @@ -1784,6 +1785,12 @@ "Duration": 0, "Value": "camera" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "BCIMinFreq", + "Duration": 0, + "Value": "700000" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "PowerHALCameraRunning",