could you post the contents of the /sys/devices/system/cpu/intel_pstate directory in each case? Example (wait more than 1 minute after boot):
Code:
doug@goom-i5:~/temp-git-git/k5.4i5$ grep . /sys/devices/system/cpu/intel_pstate/*
/sys/devices/system/cpu/intel_pstate/max_perf_pct:100
/sys/devices/system/cpu/intel_pstate/min_perf_pct:23
/sys/devices/system/cpu/intel_pstate/no_turbo:0
/sys/devices/system/cpu/intel_pstate/num_pstates:27
/sys/devices/system/cpu/intel_pstate/status:passive
/sys/devices/system/cpu/intel_pstate/turbo_pct:8
Also post these outputs for each case:
Code:
doug@goom-i5:~/temp-git-git/k5.4i5$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
intel_cpufreq
intel_cpufreq
intel_cpufreq
intel_cpufreq
doug@goom-i5:~/temp-git-git/k5.4i5$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
schedutil
schedutil
schedutil
schedutil
The kernel command lines for each case:
Code:
doug@goom-i5:~/temp-git-git/k5.4i5$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.4.0-gg6 root=UUID=8eb53a86-c5d5-4954-b283-5cf8e9c0e640 ro ipv6.disable=1 consoleblank=300 intel_pstate=passive cpuidle_sysfs_switch cpuidle.governor=teo
And finally, the kernel version (not a good example because my kernel is custom):
Code:
doug@goom-i5:~/temp-git-git/k5.4i5$ uname -a
Linux goom-i5 5.4.0-gg6 #758 SMP PREEMPT Mon Nov 25 17:49:36 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
Bookmarks