From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 64251] Intel Pstate driver minimum percent does not change with turbo off Date: Tue, 05 Nov 2013 07:31:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: cpufreq@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=64251 --- Comment #2 from Doug Smythies --- But the system overrides any user value that had been previously set upon mode change. It doesn't make any sense (to me at least) in turbo off that it be set to 42, which is basically a meaningless number under these conditions. Example: doug@s15:~/temp$ echo "53" | sudo tee /sys/devices/system/cpu/intel_pstate/min_perf_pct 53 doug@s15:~/temp$ cat /sys/devices/system/cpu/intel_pstate/* 53 53 1 doug@s15:~/temp$ sudo ./set_cpu_performance doug@s15:~/temp$ cat /sys/devices/system/cpu/intel_pstate/* 100 100 0 doug@s15:~/temp$ sudo ./set_cpu_powersave doug@s15:~/temp$ cat /sys/devices/system/cpu/intel_pstate/* 53 42 0 -- You are receiving this mail because: You are the assignee for the bug.