When I am using intel_pstate, I found that I can not change the cpu frequency with command:
sudo cpupower frequency-set -f SomeValue
I know the reason is that intel_pstate's governors (powersave and performance) don't support changing frequency manually. Also I tried to write frequency value directly to the file /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq. But it says I'm changing a readonly file.
So is there a way to change a core's frequency when using intel_pstate driver?