From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Stezenbach Subject: Re: Status of X86_P4_CLOCKMOD? Date: Sat, 25 Feb 2006 02:57:22 +0100 Message-ID: <20060225015722.GC8132@linuxtv.org> References: <20060214152218.GI10701@stusta.de> <20060222024438.GI20204@MAIL.13thfloor.at> <20060222031001.GC4661@stusta.de> <200602212220.05642.dtor_core@ameritech.net> <20060223195937.GA5087@stusta.de> <20060223204110.GE6213@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20060223204110.GE6213@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dave Jones , Adrian Bunk , Dmitry Torokhov , davej@codemonkey.org.uk, Zwane Mwaikambo , Samuel Masham , Jan Engelhardt , linux-kernel@vger.kernel.org, Andrew Morton , cpufreq@lists.linux.org.uk, ak@suse.de On Thu, Feb 23, 2006, Dave Jones wrote: > On Thu, Feb 23, 2006 at 08:59:37PM +0100, Adrian Bunk wrote: > > And if the option is mostly useless, what is it good for? > > It's sometimes useful in cases where the target CPU doesn't have any better > option (Speedstep/Powernow). The big misconception is that it > somehow saves power & increases battery life. Not so. > All it does is 'not do work so often'. The upside of this is > that in some situations, we generate less heat this way. Doesn't less heat imply less power consumption? Anyway, I have P4 in my desktop machine, and the reason why I tried to use P4 clock modulation was to reduce fan noise, and save some energy. And yes, fan noise was reduced. The reason why I turned it off again was that I couldn't find any governor or userspace daemon that would work in a sensible way with the high latency of the P4 clock modulation. What I think could work: - after some minutes of idling without user activity go into lowest power mode (could be triggered from xscreensaver) - at the slightest hint of user activity or CPU load jump back to max performance mode (- optionally use intermediate clock mod steps for non-interactive loads, but I'm not convinced it's worth it) P4 clockmod certainly sucks compared to Speedstep, but IMHO it is still potentially useful for the average desktop PC user (at least those many who let their PCs run 24/7, but 90% idle and unused). Johannes