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

Custom values fail to write #14

Closed erickgruis closed 4 years ago

erickgruis commented 4 years ago

Things were working fine until some recent updates. I have tried kernel 5.4, 5.5, 5.6 and I get the same result. Here is what I get: Won't write initial state to /tmp/amdgpu-custom-states.card0.initial, it already exists. I run the script and it shows the custom values after the default values, but if I run it again I can see that the default values were still there. This is on a Radeon VII and I did update the custom states file to only have values for state 1 for sclk and mclk.

erickgruis commented 4 years ago

Sorry, I didn't read the info well enough for Navi/Radeon VII. Thank you so much for the awesome work!!!