Re: [PATCH] cpufreq: governor: Fix handling of special cases in dbs_update()

2016-05-05 Thread Viresh Kumar
On 06-05-16, 01:30, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > As reported in KBZ 69821: > > "With CONFIG_HZ_PERIODIC=y cpu stays at the lowest frequcency 800MHz > even if usage goes to 100%, frequency does not scale up, the governor > in use is ondemand. Neither works conservative

[PATCH] cpufreq: governor: Fix handling of special cases in dbs_update()

2016-05-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki As reported in KBZ 69821: "With CONFIG_HZ_PERIODIC=y cpu stays at the lowest frequcency 800MHz even if usage goes to 100%, frequency does not scale up, the governor in use is ondemand. Neither works conservative. Performance and userspace governors work as expected.