From 5ce6c8d9ac2df82680e481019165be9bcc48363b Mon Sep 17 00:00:00 2001 From: Mao Lee Date: Mon, 2 Oct 2023 09:45:17 +0000 Subject: [PATCH] Camera: Update target load for high streaming case Update MIF target load to optimize power. This hint impacts the high streaming use cases like 240fps. Bug: 298601651 Test: GCA, CTS Change-Id: I18414dd35b41bd172e815b8a8c6b1f3a04ee855d --- powerhint-akita.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 5c90115..9ee8c99 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -774,6 +774,7 @@ "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ "20 80", + "80 80", "20 40" ], "ResetOnInit": true @@ -1460,6 +1461,12 @@ "Duration": 0, "Value": "1014000" }, + { + "PowerHint": "CAMERA_STREAMING_EXTREME", + "Node": "MIFTargetLoad", + "Duration": 0, + "Value": "80 80" + }, { "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "TAPreferHighCap",