Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751428AbeAGCCj (ORCPT + 1 other); Sat, 6 Jan 2018 21:02:39 -0500 Received: from [195.159.176.226] ([195.159.176.226]:53014 "EHLO blaine.gmane.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750739AbeAGCCi (ORCPT ); Sat, 6 Jan 2018 21:02:38 -0500 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: "U.Mutlu" Subject: CPU frequency scaling (governor) issue (acpi-cpufreq) Date: Sun, 7 Jan 2018 03:02:27 +0100 Organization: mutluit.com Lines: 34 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 SeaMonkey/2.37a1 X-Mozilla-News-Host: news://news.gmane.org:119 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi folks, on my old laptop I've a quadcore 2.5 GHz CPU, but the max freq the governor switches to goes only up to 2.1 GHz (at idle it's 1.4 GHz): cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 2500000 2100000 1800000 1400000 cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq 2100000 cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq 2500000 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver acpi-cpufreq I stress-tested it with a dummy C-program, but as said it never goes above 2.1 GHz. Is this a kernel issue, or is it something else? (Btw, I don't use any external program to manage this, so I assume it's managed by the kernel). I would like keep the "ondemand", but it of course should also use the max_freq when needed. Kernel: 4.12.0 Thx U.Mutlu