From 7a3a91f4e01268cdc56fe2d57ca6ae45eb5fe7cc Mon Sep 17 00:00:00 2001 From: karthick111 Date: Sun, 14 Jul 2024 23:22:14 +0530 Subject: [PATCH] dre: powerhint: Set DISPLAY_INACTIVE hint for little cluster Change-Id: I45df1015e39ba6bdacad9ce53f7157a5f7ba7dc8 --- configs/powerhint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/powerhint.json b/configs/powerhint.json index 2850332..645586d 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -553,6 +553,12 @@ "Node": "DoubleTapToWake", "Duration": 0, "Value": "1" + }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "CPULittleClusterMinFreq", + "Duration": 0, + "Value": "300000" } ] }