Re: [PATCH 6/9] cpufreq: governor: Reset sample delay in store_sampling_rate()

2016-02-15 Thread Viresh Kumar
On 15-02-16, 02:20, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > If store_sampling_rate() updates the sample delay when the ondemand > governor is in the middle of its high/low dance (OD_SUB_SAMPLE sample > type is set), the governor will still do the bottom half of the > previous sampl

[PATCH 6/9] cpufreq: governor: Reset sample delay in store_sampling_rate()

2016-02-14 Thread Rafael J. Wysocki
From: Rafael J. Wysocki If store_sampling_rate() updates the sample delay when the ondemand governor is in the middle of its high/low dance (OD_SUB_SAMPLE sample type is set), the governor will still do the bottom half of the previous sample which may take too much time. To prevent that from hap