From 99edecacb482a038c1e141fbd37eebb3faf3aadc Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 16 Jun 2025 21:36:01 +0300 Subject: [PATCH] zumapro: Update task_profiles.json from BP2A Change-Id: I5303433e19e6e53afc0635d9a00b7467e00391cd --- task_profiles.json | 96 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 71 insertions(+), 25 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index e02ea3e..26f0453 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -461,6 +461,76 @@ } ] }, + { + "Name": "SCHED_QOS_NONE", + "Actions": [ + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/proc/vendor_sched/sched_qos/sched_qos_none", + "Value": "", + "LogFailures": "false" + } + } + ] + }, + { + "Name": "SCHED_QOS_POWER_EFFICIENCY", + "Actions": [ + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/proc/vendor_sched/sched_qos/sched_qos_power_efficiency", + "Value": "", + "LogFailures": "false" + } + } + ] + }, + { + "Name": "SCHED_QOS_SENSITIVE_EXTREME", + "Actions": [ + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/proc/vendor_sched/sched_qos/sched_qos_sensitive_extreme", + "Value": "", + "LogFailures": "false" + } + } + ] + }, + { + "Name": "SCHED_QOS_SENSITIVE_HIGH", + "Actions": [ + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/proc/vendor_sched/sched_qos/sched_qos_sensitive_high", + "Value": "", + "LogFailures": "false" + } + } + ] + }, + { + "Name": "SCHED_QOS_SENSITIVE_STANDARD", + "Actions": [ + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/proc/vendor_sched/sched_qos/sched_qos_sensitive_standard", + "Value": "", + "LogFailures": "false" + } + } + ] + }, { "Name": "HighestCfsPrioScheduling", "Actions": [ @@ -485,33 +555,9 @@ "Name": "OtaProfiles", "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ] }, - { - "Name": "SCHED_QOS_SENSITIVE_EXTREME_SET", - "Profiles": [ "AdpfSet", "PreferIdleSet", "PreferFitSet", "BoostPrioSet", "PreemptWakeupSet" ] - }, - { - "Name": "SCHED_QOS_SENSITIVE_EXTREME_CLEAR", - "Profiles": [ "AdpfClear", "PreferIdleClear", "PreferFitClear", "BoostPrioClear", "PreemptWakeupClear" ] - }, - { - "Name": "SCHED_QOS_SENSITIVE_STANDARD_SET", - "Profiles": [ "AdpfSet", "PreferIdleSet", "PreferFitSet" ] - }, - { - "Name": "SCHED_QOS_SENSITIVE_STANDARD_CLEAR", - "Profiles": [ "AdpfClear", "PreferIdleClear", "PreferFitClear" ] - }, - { - "Name": "SCHED_QOS_POWER_EFFICIENCY_SET", - "Profiles": [ "AutoUclampMaxSet" ] - }, - { - "Name": "SCHED_QOS_POWER_EFFICIENCY_CLEAR", - "Profiles": [ "AutoUclampMaxClear" ] - }, { "Name": "InputPolicy", - "Profiles": [ "HighestCfsPrioScheduling", "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ] + "Profiles": [ "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME" ] } ] }