Skip to content

Commit

Permalink
Revert "mediatek: Enable sched boost for foreground process"
Browse files Browse the repository at this point in the history
This reverts commit 300cea2.
  • Loading branch information
Rem01Gaming committed Sep 19, 2024
1 parent 27513d7 commit b3d436b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions module/system/bin/encore-normal
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ if [ $soc -eq 1 ]; then

# Eara Thermal
apply "1" /sys/kernel/eara_thermal/enable

# Disable sched boost
apply 0 /sys/devices/system/cpu/sched/sched_boost

# Qualcomm Tweaks
elif [ $soc -eq 2 ]; then
Expand Down
3 changes: 0 additions & 3 deletions module/system/bin/encore-performance
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ if [ $soc -eq 1 ]; then

# Eara Thermal
apply "0" /sys/kernel/eara_thermal/enable

# Enable sched boost for foreground process
apply 2 /sys/devices/system/cpu/sched/sched_boost

# Qualcomm Tweaks
elif [ $soc -eq 2 ]; then
Expand Down

0 comments on commit b3d436b

Please sign in to comment.