2018-12-07 15:37:32

by Paul Menzel

[permalink] [raw]
Subject: Recommended driver for current AMD processors

Dear Linux folks,


What driver is recommended for current AMD Ryzen based processors
like *AMD Ryzen 5 PRO 1500 Quad-Core Processor* or *AMD EPYC 7601
32-Core Processor*?

Only from the acpi-cpufreq Kconfig description, I assume, that that
driver should be used.

> config X86_ACPI_CPUFREQ
> tristate "ACPI Processor P-States driver"
> depends on ACPI_PROCESSOR
> help
> This driver adds a CPUFreq driver which utilizes the ACPI
> Processor Performance States.
> This driver also supports Intel Enhanced Speedstep and newer
> AMD CPUs.
>
> To compile this driver as a module, choose M here: the
> module will be called acpi-cpufreq.
>
> For details, take a look at <file:Documentation/cpu-freq/>.
>
> If in doubt, say N.

Would a “native” driver like Intel’s P state driver also give better
results? Do you know if AMD is working on something like that?



Kind regards,

Paul


Attachments:
smime.p7s (5.05 kB)
S/MIME Cryptographic Signature

2018-12-08 00:48:39

by Ken Moffat

[permalink] [raw]
Subject: Re: Recommended driver for current AMD processors

Hi Paul,

On Fri, 7 Dec 2018 at 15:32, Paul Menzel <[email protected]> wrote:
>
> Dear Linux folks,
>
>
> What driver is recommended for current AMD Ryzen based processors
> like *AMD Ryzen 5 PRO 1500 Quad-Core Processor* or *AMD EPYC 7601
> 32-Core Processor*?
>
> Only from the acpi-cpufreq Kconfig description, I assume, that that
> driver should be used.
>
> > config X86_ACPI_CPUFREQ
> > tristate "ACPI Processor P-States driver"
> > depends on ACPI_PROCESSOR
> > help
> > This driver adds a CPUFreq driver which utilizes the ACPI
> > Processor Performance States.
> > This driver also supports Intel Enhanced Speedstep and newer
> > AMD CPUs.
> >
> > To compile this driver as a module, choose M here: the
> > module will be called acpi-cpufreq.
> >
> > For details, take a look at <file:Documentation/cpu-freq/>.
> >
> > If in doubt, say N.
>
> Would a “native” driver like Intel’s P state driver also give better
> results? Do you know if AMD is working on something like that?
>
>
>
> Kind regards,
>
> Paul
>

As a mere user, I bought a ryzen 3 1300X earlier this year, and was
annoyed about how the frequencies changed when a single-threaded
compile moved to a different core (unlike e.g. a haswell where
frequencies barely vary).

I have a meter which can report the current power consumption
for the system (computer, monitor, network switch, kvm switch), and
using that to keep an eye on the range of reported wattages when idle,
compiling with -j1 and compiling with -j4, I eventually formed the
impression that the ondemand governor was marginally better than
the performance governor, and that omitting cpufreq did not appear to
increase the poer consumption.

But that is just one set of observations. I agree that using less
power and getting faster compiles would be nice, so if something is
available I'll be keen to try it.

ĸen