Originally posted by wooque
View Post
So at most people simply: amd_pstate.shared_mem=1
To set a preference you need to use the powersave gov:
sudo cpupower -g powersave
And then you can set the different preferences with:
```
echo power | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference
```
Available are:
default performance balance_performance balance_power power
You can find a working patch here:
Actually some more patches needed for it, to work and patch correctly
Leave a comment: