From 67854a94798240bc4a32e309a24445b61d17a76b Mon Sep 17 00:00:00 2001 From: pointerkung Date: Tue, 21 Jun 2022 20:03:54 +0800 Subject: [PATCH] Camera: Update target load for high streaming case Update target load due to Pro mid CPU this hint impact the high streaming use case like 60fps / 120fps and 240fps. Bug: 236682655 Test: GCA Change-Id: I0f486e44267d30efa12b6c30ebf1d7aea8989892 --- powerhint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/powerhint.json b/powerhint.json index a986a3a..0d8f4f1 100644 --- a/powerhint.json +++ b/powerhint.json @@ -144,7 +144,8 @@ "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ "20 5 80", - "20 10 80" + "20 10 80", + "80 10 80" ], "ResetOnInit": true }, @@ -742,7 +743,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "MIFTargetLoad", "Duration": 0, - "Value": "20 10 80" + "Value": "80 10 80" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -820,7 +821,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "MIFTargetLoad", "Duration": 0, - "Value": "20 10 80" + "Value": "80 10 80" }, { "PowerHint": "CAMERA_STREAMING_HIGH",