From 898ebbdfecc17f19fcfd5de572fa526874a0583e Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Tue, 15 Aug 2023 07:00:43 +0000 Subject: [PATCH] Change util threshold and dvfs headroom of camera streaming high Fine-tune the util threshold and dvfs headroom to "1100 1078 1024" Bug: 298599103 Test: Build pass, GCA, 60fps recording power and performance test Change-Id: I8fa93fadbe25b7d49dbbb3339d4188ac6f99102e --- powerhint-akita.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/powerhint-akita.json b/powerhint-akita.json index 30f0aaa..da96acd 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -236,7 +236,8 @@ "Path": "/proc/vendor_sched/util_threshold", "Values": [ "1280", - "1100" + "1100", + "1100 1078 1024" ], "DefaultIndex": 0, "ResetOnInit": true @@ -246,7 +247,8 @@ "Path": "/proc/vendor_sched/dvfs_headroom", "Values": [ "1280", - "1100" + "1100", + "1100 1078 1024" ], "DefaultIndex": 0, "ResetOnInit": true @@ -1659,13 +1661,13 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CPUUtilThreshold", "Duration": 0, - "Value": "1100" + "Value": "1100 1078 1024" }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1100" + "Value": "1100 1078 1024" }, { "PowerHint": "CAMERA_STREAMING_HIGH",