From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [linux-pm] [PATCH 0/2] RFC: CPU frequency max as PM QoS param Date: Sun, 4 Mar 2012 23:46:54 +0100 Message-ID: <201203042346.54468.rjw@sisk.pl> References: <87d39fk2n3.fsf@ti.com> <20120228005630.GA15348@envy17> <87ty2b5mdo.fsf@amiettinen-lnx.nvidia.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87ty2b5mdo.fsf@amiettinen-lnx.nvidia.com> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: Antti P Miettinen Cc: markgross@thegnar.org, Kevin Hilman , Len Brown , cpufreq List , j-pihet , davej@redhat.com, pavel@ucw.cz, Linux PM list On Tuesday, February 28, 2012, Antti P Miettinen wrote: > Adding people that were part of the thread in the beginning.. > > mark gross writes: > > On Mon, Feb 27, 2012 at 04:04:00PM +0100, Antti Miettinen wrote: > >> To the lists too.. > >> > >> On 02/27/2012 04:49 PM, Kevin Hilman wrote: > >> > mark gross writes: > >> > > >> > >> Current QoS settings could be thought of as performance constraints > >> > >> too. It's just that they determine minimum performance. Adding > >> > >> constraints for maxium performance is not a big stretch in my mind. > >> > > > >> > > Its not a big stretch to me either. I just think its a bit of a hack > >> > > and there is a bigger more interesting issue getting overlooked. > >> > > > >> > > Lastly why not simply make cpufreq thermal aware and talk directly to > >> > > it if you even need too? > >> > > >> > In fact, making a thermal framework "cooling device" that talks directly > >> > to CPUfreq is already what's being done by the Linaro PMWG folks. > >> > > >> > The problem is that CPUfreq only controls the CPU frequency. > >> > > >> > There are other devices that could be scaled back to reduce heat as well > >> > (DSP, and especially GPU), so having a more generic per-device > >> > constraint interface that can cap the frequency for *any* scalable > >> > device is a better framework IMO. > >> > > >> > It just so happens that pm_qos is already a good per-device constraint > >> > framework and can easily modified to cap performance as well as request > >> > a minimum performance. > >> > > >> > Kevin > > > > ok I'll stop trying to block it. > > > > I want to re-do the whole works anyway. If this helps in the mean time > > then go for it. > > Great :-) > > So what do other people think? Could we merge global CPU frequency > constraints for now? Not without an ACK from Dave (the cpufreq maintainer), that's for sure. > I agree that more work is needed for e.g. per CPU constraints, user > space interface and more complete thermal management. Actually for > future I think the constraints could also become more general than just > min/max "reduction operators". For e.g. core online status you might > want union/intersection of bitmaps. Also, the more complete thermal > management is related to load management in general (power budgeting for > other reasons than just thermal). Then perhaps let's not merge "temporary" stuff and figure out how to implement what we _really_ want. Thanks, Rafael