Re: [PATCH 07/14] cpufreq: intel_pstate: Skip unnecessary PID resets on init

2017-03-14 Thread Rafael J. Wysocki
On Tuesday, March 14, 2017 09:06:52 AM Doug Smythies wrote: > On 2017.03.12 10:19 Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > PID controller parameters only need to be initialized if the > > get_target_pstate_use_performance() P-state selection routine > > is going to be used.

RE: [PATCH 07/14] cpufreq: intel_pstate: Skip unnecessary PID resets on init

2017-03-14 Thread Doug Smythies
On 2017.03.12 10:19 Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > PID controller parameters only need to be initialized if the > get_target_pstate_use_performance() P-state selection routine > is going to be used. It is not necessary to initialize them > otherwise, so don't do that. > >