kevinlekiller / amdctl

Set P-State voltages and clock speeds on recent AMD CPUs on Linux.
GNU General Public License v3.0
241 stars 22 forks source link

Always display CPU info #36

Closed theonlynexus closed 2 years ago

theonlynexus commented 2 years ago

This patch changes the command behavior so that it always prints the parsed cpuinfo, even if the CPU model is not supported.

E.g. It goes from :

ERROR: Your CPU family is not supported by amdctl.

to:

Voltage ID encodings: SVI (serial)
Detected CPU model 2h, from family 14h with 2 CPU cores (REFCLK = 100MHz).
ERROR: Your CPU family is not supported by amdctl.
theonlynexus commented 2 years ago

Agh... missed a commit. Will open a new request... again... -.-