From f357b896847b529b59a50fa53887756274a9c038 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Fri, 7 Jan 2022 16:30:11 -0800 Subject: [PATCH] powerhint.json: move display wake hint earlier Currently it is a KI the vendor group takes time to update through sysfs node. This CL moves display wake earlier than TA boost while waiting for the long term improvement in b/190236772. Bug: 205261899 Test: Build Signed-off-by: Wei Wang Change-Id: I55bc3b8ee0f48874dbd731f5f3d648adaacf6798 --- powerhint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/powerhint.json b/powerhint.json index 6c9f31e4..4d047b1c 100644 --- a/powerhint.json +++ b/powerhint.json @@ -1106,11 +1106,6 @@ "Type": "DoHint", "Value": "BOOST_DISPLAY" }, - { - "PowerHint": "DISPLAY_UPDATE_IMMINENT", - "Type": "DoHint", - "Value": "BOOST_DISPLAY" - }, { "PowerHint": "BOOST_120HZ", "Node": "TAUClampBoost", @@ -1196,6 +1191,11 @@ "Duration": 50, "Value": "1" }, + { + "PowerHint": "DISPLAY_UPDATE_IMMINENT", + "Type": "DoHint", + "Value": "BOOST_DISPLAY" + }, { "PowerHint": "THERMAL_FLASH_LED_REDUCE_CRITICAL", "Node": "LimitFlashCurrent",