Allwinner: linux: increase tick rate to 300 Hz

This lowers latency and is divisible with most common frame rates.
This commit is contained in:
Jernej Skrabec 2024-12-22 19:15:45 +01:00
parent 22a224f46e
commit 2a70898071
2 changed files with 6 additions and 6 deletions

View File

@ -429,10 +429,10 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y CONFIG_HOTPLUG_CPU=y
# CONFIG_NUMA is not set # CONFIG_NUMA is not set
# CONFIG_HZ_100 is not set # CONFIG_HZ_100 is not set
CONFIG_HZ_250=y # CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set # CONFIG_HZ_1000 is not set
CONFIG_HZ=250 CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_HW_PERF_EVENTS=y CONFIG_HW_PERF_EVENTS=y

View File

@ -468,13 +468,13 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y CONFIG_HOTPLUG_CPU=y
CONFIG_ARM_PSCI=y CONFIG_ARM_PSCI=y
CONFIG_HZ_FIXED=0 CONFIG_HZ_FIXED=0
CONFIG_HZ_100=y # CONFIG_HZ_100 is not set
# CONFIG_HZ_200 is not set # CONFIG_HZ_200 is not set
# CONFIG_HZ_250 is not set # CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set CONFIG_HZ_300=y
# CONFIG_HZ_500 is not set # CONFIG_HZ_500 is not set
# CONFIG_HZ_1000 is not set # CONFIG_HZ_1000 is not set
CONFIG_HZ=100 CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y CONFIG_SCHED_HRTICK=y
# CONFIG_THUMB2_KERNEL is not set # CONFIG_THUMB2_KERNEL is not set
CONFIG_ARM_PATCH_IDIV=y CONFIG_ARM_PATCH_IDIV=y