From 02180ccbb41471cec83181aad7874d20d2a657dd Mon Sep 17 00:00:00 2001 From: Qais Yousef Date: Mon, 5 Aug 2024 13:04:56 +0000 Subject: [PATCH] Revert "init.zumapro.board.rc: Disable util awareness completely" Revert submission 28549770-disable-teo-util-threshold Reason for revert: Causes increase in Late Present frames Reverted changes: /q/submissionid:28549770-disable-teo-util-threshold Bug: 356992601 Bug: 356967550 Signed-off-by: Qais Yousef Change-Id: I7dac74f137f0a9f96ad187172367aaffdbdaf102 --- conf/init.zumapro.board.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/init.zumapro.board.rc b/conf/init.zumapro.board.rc index 506d282..035271b 100644 --- a/conf/init.zumapro.board.rc +++ b/conf/init.zumapro.board.rc @@ -14,7 +14,8 @@ on init # Set teo as cpu idle governor write /sys/devices/system/cpu/cpuidle/current_governor teo - write /proc/vendor_sched/teo_util_threshold "1024 1024 1024" + # Disable util-awareness for mids and bigs + write /proc/vendor_sched/teo_util_threshold "2 1024 1024" # Boot time fs tuning write /sys/block/sda/queue/scheduler mq-deadline