Bug 177171
Summary: | Reduced frequency window for conservative governor | ||
---|---|---|---|
Product: | Power Management | Reporter: | Nansa Ehadto (shontel84) |
Component: | cpufreq | Assignee: | linux-pm (linux-pm) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw, viresh.kumar |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.8 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
My kernel config
cpufreq: conservative: Fix next frequency selection cpufreq: conservative: Fix next frequency selection |
Description
Nansa Ehadto
2016-10-10 15:43:23 UTC
Created attachment 241331 [details]
My kernel config
Also, git revert d352cf47d93e39494b44b792cca8d35a3a0bd9b3 appears to fix the problem on 4.8.1. So it is definitely this commit. Sorry for the breakage. Do I understand correctly that the governor doesn't select frequencies below 2000000 now, although it did that before? Yes, that is correct. Created attachment 241561 [details]
cpufreq: conservative: Fix next frequency selection
Does this patch make any difference?
Created attachment 241571 [details]
cpufreq: conservative: Fix next frequency selection
Sorry, one piece was missing in the previous patch.
Please test this one instead.
Yes, the patch fixes the issue. The frequencies are selected as expected. OK, thanks! I'll submit it to the mailing lists, then. Patch submitted: https://patchwork.kernel.org/patch/9373743/ Merged as commit abb6627910a1e783c8e034b35b7c80e5e7f98f41: http://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/commit/?h=pm&id=abb6627910a1e783c8e034b35b7c80e5e7f98f41 |