From 2d10d8f4c38434b899c567b46062a0bf0107a310 Mon Sep 17 00:00:00 2001 From: guibing Date: Tue, 16 Apr 2024 00:12:13 +0000 Subject: [PATCH] adpf:akita: 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: I702d835376123985bd042e5d42180eb5558226ff --- powerhint-akita.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 43db9d9..9ed4376 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -2900,6 +2900,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 }, @@ -2934,6 +2935,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 }, @@ -2968,6 +2970,7 @@ "HBoostOffMissedCycles": 5, "HBoostPidPuFactor": 0.5, "HBoostUclampMin": 722, + "JunkCheckTimeFactor": 1.2, "LowFrameRateThreshold": 25, "MaxRecordsNum": 300 },