From 34875da5c3712a6fd68f21ece10bbc72e68ce501 Mon Sep 17 00:00:00 2001 From: Kris Chen Date: Fri, 18 Aug 2023 16:17:50 +0800 Subject: [PATCH] Boost top-app during FP storage access Bug: 290709897 Test: enroll fingerprint Change-Id: I14e81be2c826046fcd498c2a5af3caf217ed1aa9 --- perf/powerhint-husky.json | 6 ++++++ perf/powerhint-shiba.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 4f4e5a0..018f24c 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -2530,6 +2530,12 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "FP_STORAGE_ACCESS", + "Node": "TAUClampBoost", + "Duration": 1000, + "Value": "765" + }, { "PowerHint": "ML_ACC", "Node": "MLUclampBoost", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index af62252..d204900 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -2440,6 +2440,12 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "FP_STORAGE_ACCESS", + "Node": "TAUClampBoost", + "Duration": 1000, + "Value": "765" + }, { "PowerHint": "ML_ACC", "Node": "MLUclampBoost",