From 439f08b51687e8d6b5079188244dfd0bd81b9bd3 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Wed, 31 May 2023 11:51:05 -0700 Subject: [PATCH] powerhint: Fix down_rate_limit hints for shiba Bug: b/283319548 Test: Boot and check trace from display inactive to active Change-Id: I564c17042c4877deed4c3d29ad696a0d8a74611b --- perf/powerhint-shiba.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index e9e610f..7d14c55 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -859,19 +859,19 @@ { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPULittleClusterDownRateLimitUs", - "Duration": 50, + "Duration": 0, "Value": "500" }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPUMidClusterDownRateLimitUs", - "Duration": 50, + "Duration": 0, "Value": "500" }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "CPUBigClusterDownRateLimitUs", - "Duration": 50, + "Duration": 0, "Value": "500" }, { @@ -2011,19 +2011,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" }, {