sibradzic / amdgpu-clocks

Simple script to control power states of amdgpu driven GPUs
GNU General Public License v2.0
390 stars 43 forks source link

FORCE_MCLK stops working when VRAM is overclocked #43

Closed forte97 closed 2 years ago

forte97 commented 2 years ago

I'm running mint 20.3 with an RX 470. when I go above my stock clock of 1750MHz for RAM, FORCE_MCLK stops working on reboot/login. Running sudo amdgpu-clocks again doesn't solve it either, since(I think) it doesn't change anything if the custom states file isn't modified.

Update: when I disable FORCE_MCLK and set FORCE_PERF_LEVEL to high, the changes do persist after reboot.

sibradzic commented 2 years ago

Must be yet another driver or SMU/PMU quirk, not much I can do about it.

forte97 commented 2 years ago

Thanks.