From 796c46dc005108981cbc52264f57c7b1ddd90e90 Mon Sep 17 00:00:00 2001 From: Vince Chiu Date: Tue, 11 Jun 2024 09:41:50 +0800 Subject: [PATCH] Reduce CPUDVFSHeadroom for mid and big core (for 60fps and 240fps) Reducing CPUDVFSHeadroom can help save power in 60fps and 240fps use-cases once RT threads are enabled. Even without the RT patch (ag/27725456), we can see savings without any impact to framedrop rate. sync from ag/27765730 Bug: 341495529 Test: GCA Change-Id: I8692df07c2a52115a497b7e71ccbe9638add1cc8 --- powerhint-comet.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index cdb886a..98df2c9 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -189,7 +189,8 @@ "Values": [ "1280", "1100", - "1280 1100 1055" + "1280 1100 1055", + "1100 1055 1055" ], "DefaultIndex": 1, "ResetOnInit": true @@ -1821,7 +1822,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1100" + "Value": "1100 1055 1055" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -1965,7 +1966,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1100" + "Value": "1100 1055 1055" }, { "PowerHint": "CAMERA_STREAMING_HIGH",