Re: [PATCH v2] cpufreq: intel_pstate: Generic governors support

From: Rafael J. Wysocki
Date: Thu Nov 17 2016 - 16:06:47 EST


On Thu, Nov 17, 2016 at 6:27 PM, Doug Smythies <dsmythies@xxxxxxxxx> wrote:
> On 2016.11.15 18:35 Rafael J. Wysocki wrote:
>
>> -> v2:
>> Notice that intel_cpufreq_target() generally can be called on a CPU
>> different from the target one, so it needs to ensure that the right
>> MSR will be written, so update the code accordingly. This makes
>> the performance and powersave governors work with this driver as
>> expected (at least).
>
> With V2 I did the exact same tests with the ondemand, powersave,
> and performance governors as I did with the previous versions
> of this patch. Now everything works fine and as expected.

Thanks for the confirmation!

I'll add a Tested-by tag from you to it if you don't mind.

Thanks,
Rafael