Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753658AbZFHSUT (ORCPT ); Mon, 8 Jun 2009 14:20:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751343AbZFHSUK (ORCPT ); Mon, 8 Jun 2009 14:20:10 -0400 Received: from ganesha.gnumonks.org ([213.95.27.120]:57805 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbZFHSUJ (ORCPT ); Mon, 8 Jun 2009 14:20:09 -0400 Date: Tue, 9 Jun 2009 02:13:35 +0800 From: Harald Welte To: Matthew Garrett Cc: "Michael S. Zick" , Linus Torvalds , Duane Griffin , Linux Kernel Mailing List , Dave Jones Subject: Re: [PATCH 2/2] CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUS Message-ID: <20090608181335.GC4455@prithivi.gnumonks.org> References: <20090608102936.GQ4106@prithivi.gnumonks.org> <20090608120846.GA13328@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090608120846.GA13328@srcf.ucam.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2114 Lines: 44 On Mon, Jun 08, 2009 at 01:08:46PM +0100, Matthew Garrett wrote: > On Mon, Jun 08, 2009 at 06:29:36PM +0800, Harald Welte wrote: > > The e_powersaver driver for VIA's C7 CPU's needs to be marked as > > DANGEROUS as it configures the CPU to power states that are out > > of specification. > > > > According to Centaur, all systems with C7 and Nano CPU's support > > the ACPI p-state method. Thus, the acpi-cpufreq driver should > > be used instead. > > Do we know if vendors are actually shipping with the appropriate BIOS > tables? I strongly assume so, since that is also how the Windows XP driver works (as I've been told by Centaur). So if a vendor decides to not ship with the respective BIOS tables, the power management would fail on Windows, too. > The number of people using e_powersaver seems to be suspiciously > large, though perhaps that's just because the help text implied it was > the right choice for C7. yes, I think that is the case. I just had a brief look at the driver earlier today with one of the key Centaur engineers, and he was very clear on it: Use ACPI. There are also other reasons to use ACPI. Let's imagine you are having a system that uses a certain cpu that might clock up to 1600 MHz. But the system vendor decides to use the CPU passively cooled and thus wants to restrict the frequency to 1300MHz. The standard practise (as recommended by VIA/Centaur BIOS writers guide) is to remove the > 1300MHz p-states from the ACPI tables. So even if e_powersaver was fixed to not drive the CPU out of spec, it might still do that on a particular system/board, where the vendor has decided to limit CPU clock for cooling reasons. -- - Harald Welte http://linux.via.com.tw/ ============================================================================ VIA Free and Open Source Software Liaison -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/