From 1369e808b4b89e703a28bbef8515cabd3f8d0433 Mon Sep 17 00:00:00 2001 From: guibing Date: Mon, 15 Apr 2024 23:55:46 +0000 Subject: [PATCH] adpf:comet: add hboost junk detection time factor into power hint json files. Bug: 204204746 Test: adb shell dumpsys android.hardware.power.IPower/default; Check the device adpf sessions' traces. Change-Id: I52068b7527d46ccbcb86589d6d56cef4aa4393b8 --- powerhint-comet.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powerhint-comet.json b/powerhint-comet.json index b17ead2..c6e0e84 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -3040,6 +3040,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 }, @@ -3072,6 +3073,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 }, @@ -3104,6 +3106,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 },