From d71041d54df53cca094f56ded46cbee3be69634e Mon Sep 17 00:00:00 2001 From: pointerkung Date: Mon, 31 Oct 2022 11:19:27 +0800 Subject: [PATCH] Increase MIF frequency for 30fps This CL increases min MIF frequency to 1352000 in 30fps mode. Although the MIF power consumption increases due to this change, but the reduction in CPU cycles results in over-all SoC power saving. This change also doesn't negatively impact framedrop rate. P22 change is ag/19820773. Bug: 256564865 Test: Build pass, GCA, Camera power and performance evaluation Change-Id: Iacf9172f0ce9edeecb14d38edc3c1466e7e4c7fe --- powerhint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerhint.json b/powerhint.json index fee1e35..d66c9eb 100644 --- a/powerhint.json +++ b/powerhint.json @@ -6,6 +6,7 @@ "Values": [ "3172000", "1539000", + "1352000", "1014000", "421000" ], @@ -1026,7 +1027,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "MemFreq", "Duration": 0, - "Value": "1014000" + "Value": "1352000" }, { "PowerHint": "CAMERA_STREAMING_STANDARD",