From d55b1dadcca2359f485d28a5d2a005766c090a61 Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Tue, 18 Jun 2024 07:05:00 +0000 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 and ag/27778356 Bug: 342502377 Test: Build pass, Boot to home Flag: NONE sync solution Change-Id: Ib3ea575c8507c8e3ab331910176cb2245c1708fb --- perf/powerhint-tegu.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perf/powerhint-tegu.json b/perf/powerhint-tegu.json index 9e7e30d..afb05e0 100644 --- a/perf/powerhint-tegu.json +++ b/perf/powerhint-tegu.json @@ -243,7 +243,8 @@ "Values": [ "1280", "1100", - "1280 1100 1055" + "1280 1100 1055", + "1100 1055 1055" ], "DefaultIndex": 1, "ResetOnInit": true @@ -1810,7 +1811,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1100" + "Value": "1100 1055 1055" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -1948,7 +1949,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CPUDVFSHeadroom", "Duration": 0, - "Value": "1100" + "Value": "1100 1055 1055" }, { "PowerHint": "CAMERA_STREAMING_HIGH",