From 29f7f5e0a21f8013101dc0a0e71b54f3fe0f0f47 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Fri, 26 May 2023 10:36:31 -0700 Subject: [PATCH] powerhint: fix DISPLAY_UPDATE_IMMINENT down_rate_limit hint Bug: b/283319548 Test: Check traces during screen off to on transition Change-Id: Ia37d1a3aa20d3f385ea5885c5d6a967cbdf52704 --- perf/powerhint-husky.json | 6 +++--- perf/powerhint-shiba.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 1e7fcdc..c3affb5 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -2110,19 +2110,19 @@ { "PowerHint": "DISPLAY_UPDATE_IMMINENT", "Node": "CPULittleClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "5000" }, { "PowerHint": "DISPLAY_UPDATE_IMMINENT", "Node": "CPUMidClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "20000" }, { "PowerHint": "DISPLAY_UPDATE_IMMINENT", "Node": "CPUBigClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "20000" }, { diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index dbf412c..8cd3cb9 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -846,19 +846,19 @@ { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPULittleClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "500" }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPUMidClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "500" }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPUBigClusterDownRateLimitUs", - "Duration": 0, + "Duration": 50, "Value": "500" }, {