From 1c268207da67e3d097ed1fcaa3fe16fcee208833 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Thu, 5 Dec 2024 07:15:33 +0000 Subject: [PATCH] Use SCHED_QOS_SENSITIVE_EXTREME_SET for InputPolicy Let InputPolicy have all the feature of ADPF task. Bug: 355612114 Flag: NONE vendor task_profiles.json does not support flag Test: build pass Change-Id: I5c2964c0328d2d3a95c84d4c2908ace198202e06 --- task_profiles.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index a731cb2..6b9b1ee 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -500,10 +500,6 @@ "Name": "OtaProfiles", "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ] }, - { - "Name": "InputPolicy", - "Profiles": [ "MaxPerformance", "ResetUclampGrp", "PreferIdleSet" ] - }, { "Name": "SCHED_QOS_SENSITIVE_EXTREME_SET", "Profiles": [ "AdpfSet", "PreferIdleSet", "PreferFitSet", "BoostPrioSet", "PreemptWakeupSet" ] @@ -527,6 +523,10 @@ { "Name": "SCHED_QOS_POWER_EFFICIENCY_CLEAR", "Profiles": [ "AutoUclampMaxClear" ] + }, + { + "Name": "InputPolicy", + "Profiles": [ "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ] } ] }