The kernel linux-aml-6.12.y default CPU Governor on"performance" and kernel linux-6.14.y CPU Governor on “schedutil”.
For Amlogic S922X
To set CPU Governor, I use this command:
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
echo ondemand | sudo tee /sys/bus/cpu/devices/cpu*/cpufreq/scaling_governor
GPU Governor
echo performance | sudo tee /sys/class/devfreq/ffe40000.gpu/governor
echo simple_ondemand | sudo tee /sys/class/devfreq/ffe40000.gpu/governor
The above commands will revert back to default Governor settings after after reboot. These are NOT overclocking command just set the CPU and GPU to highest clock speed.
For permenant change:
BTW, command to set speed governor to performance is:
sudo cpupower frequency-set -g performance