mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/WeTek_Core: Switch to "hotplug" CPU scaling governor
Many WeTek Core users have been experiencing major UI lag issues when using the "ondemand" governor. If left inactive for a period of time, the UI becomes extremely sluggish and a reboot is required. Users did not experience this issue with LE 7. The switch from the "performance" to "interactive" governor was made in revision 8610fb3270 ("projects/WeTek_Core: Use interactive CPU scaling governor by default"). Users then started experiencing the UI issues, and revision c908c1f453 ("projects/WeTek_Core: Switch to ondemand CPU scaling governor") attempted to address the problem. Unfortunately, this did not appear to resolve the issue. After switching to "hotplug", users could not replicate the UI lag issues anymore.
This commit is contained in:
parent
b4802bd5c4
commit
942b1ffa80
@ -492,8 +492,8 @@ CONFIG_CPU_FREQ_STAT=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_HOTPLUG is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_HOTPLUG=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE is not set
|
||||
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user