All of lore.kernel.org
 help / color / mirror / Atom feed
* Dynamic frequency governor
@ 2003-10-17 21:14 Moore, Robert
  2003-10-18  5:00 ` Jeremy Fitzhardinge
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Moore, Robert @ 2003-10-17 21:14 UTC (permalink / raw)
  To: cpufreq

Hi all,

I've been chartered to implement a multi-state algorithm for Linux;
this will be a new governor that adjusts the CPU frequency based upon
percent CPU utilization as reported from the kernel idle handler.

Has any work been done (or is being done) in this area?  I don't want to
rewrite the wheel.

Thanks,
Bob Moore
Intel Corporation

^ permalink raw reply	[flat|nested] 23+ messages in thread
* RE: Dynamic frequency governor
@ 2003-10-20 15:31 Moore, Robert
  2003-10-20 15:39 ` Dave Jones
  0 siblings, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2003-10-20 15:31 UTC (permalink / raw)
  To: Dave Jones; +Cc: Walz, Michael, cpufreq


I'm planning on integrating the previously released Linux IST (Intel
Speedstep) driver into the CpuFreq architecture.

I think that what is gained by having this code in the kernel is that a
very accurate measure of percent CPU utilization can be obtained
directly from the kernel idle handler, and there is less overhead during
the periodic sampling of the current CPU utilization by a timer thread.

Bob


-----Original Message-----
From: Dave Jones [mailto:davej@redhat.com] 
Sent: Sunday, October 19, 2003 6:24 AM
To: Moore, Robert
Cc: cpufreq@www.linux.org.uk
Subject: Re: Dynamic frequency governor

On Fri, Oct 17, 2003 at 02:14:38PM -0700, Moore, Robert wrote:
 
 > I've been chartered to implement a multi-state algorithm for Linux;
 > this will be a new governor that adjusts the CPU frequency based upon
 > percent CPU utilization as reported from the kernel idle handler.
 > 
 > Has any work been done (or is being done) in this area?  I don't want
to
 > rewrite the wheel.

There are several patents in this area (I think from Hitachi, I forget
exactly) It has come up before on the list, so should be in the
archives.  Unless you can get a grant from the holder that it may be
used in GPL code, this has zero chance of being merged to mainline.

		Dave

-- 
 Dave Jones     http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 23+ messages in thread
* RE: Dynamic frequency governor
@ 2003-10-20 16:33 Moore, Robert
  2003-10-20 17:00 ` Dave Jones
  0 siblings, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2003-10-20 16:33 UTC (permalink / raw)
  To: Dave Jones; +Cc: cpufreq


It would be in the kernel as a new governor in the CpuFreq architecture.
From what I can tell, this has not been done yet; is this true?

Bob


-----Original Message-----
From: Dave Jones [mailto:davej@redhat.com] 
Sent: Monday, October 20, 2003 8:40 AM
To: Moore, Robert
Cc: cpufreq@www.linux.org.uk; Walz, Michael
Subject: Re: Dynamic frequency governor

On Mon, Oct 20, 2003 at 08:31:08AM -0700, Moore, Robert wrote:
 > 
 > I'm planning on integrating the previously released Linux IST (Intel
 > Speedstep) driver into the CpuFreq architecture.

Cool, but what does it do that the existing cpufreq speedstep drivers
don't ?

 > I think that what is gained by having this code in the kernel is that
a
 > very accurate measure of percent CPU utilization can be obtained
 > directly from the kernel idle handler, and there is less overhead
during
 > the periodic sampling of the current CPU utilization by a timer
thread.

I'm not disputing whether or not putting this in the kernel is a good
or bad thing (for the record, I think it's a good idea), however the
fact remains, whilst there are folks owning patents on this, it'll
*never* be acceptable for merging without an exception grant from the
patent holder.

		Dave


 > From: Dave Jones [mailto:davej@redhat.com] 
 > Sent: Sunday, October 19, 2003 6:24 AM
 > To: Moore, Robert
 > Cc: cpufreq@www.linux.org.uk
 > Subject: Re: Dynamic frequency governor
 > 
 > On Fri, Oct 17, 2003 at 02:14:38PM -0700, Moore, Robert wrote:
 >  
 >  > I've been chartered to implement a multi-state algorithm for
Linux;
 >  > this will be a new governor that adjusts the CPU frequency based
upon
 >  > percent CPU utilization as reported from the kernel idle handler.
 >  > 
 >  > Has any work been done (or is being done) in this area?  I don't
want
 > to
 >  > rewrite the wheel.
 > 
 > There are several patents in this area (I think from Hitachi, I
forget
 > exactly) It has come up before on the list, so should be in the
 > archives.  Unless you can get a grant from the holder that it may be
 > used in GPL code, this has zero chance of being merged to mainline.
 > 
 > 		Dave
 > 
 > -- 
 >  Dave Jones     http://www.codemonkey.org.uk
---end quoted text---

-- 
 Dave Jones     http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 23+ messages in thread
* RE: Dynamic frequency governor
@ 2003-10-20 17:08 Moore, Robert
  2003-10-21 20:31 ` Dave Jones
  0 siblings, 1 reply; 23+ messages in thread
From: Moore, Robert @ 2003-10-20 17:08 UTC (permalink / raw)
  To: Dave Jones; +Cc: cpufreq

Can you be more specific about who has patents on what?
Bob


-----Original Message-----
From: Dave Jones [mailto:davej@redhat.com] 
Sent: Monday, October 20, 2003 10:00 AM
To: Moore, Robert
Cc: cpufreq@www.linux.org.uk
Subject: Re: Dynamic frequency governor

On Mon, Oct 20, 2003 at 09:33:04AM -0700, Moore, Robert wrote:

 > >From what I can tell, this has not been done yet; is this true?

Correct. For the reason I outlined...

 > however the fact remains, whilst there are folks owning patents on
 > this, it'll *never* be acceptable for merging without an exception
 > grant from the patent holder.

Here, and...

 > > There are several patents in this area (I think from Hitachi, I
forget
 > > exactly) It has come up before on the list, so should be in the
 > > archives.  Unless you can get a grant from the holder that it may
be
 > > used in GPL code, this has zero chance of being merged to mainline.

Here.
Do I need to quote it a third time ?

		Dave

-- 
 Dave Jones     http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2004-02-14 17:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-17 21:14 Dynamic frequency governor Moore, Robert
2003-10-18  5:00 ` Jeremy Fitzhardinge
2003-10-18  5:58   ` Vivek Haldar
2003-10-19 21:34     ` Jeroen van der Vegt
2003-10-18  6:44 ` David Kar-Fai Tam
2003-12-22 21:41   ` David Kar-Fai Tam
2004-02-14 17:09     ` Dominik Brodowski
2003-10-19 13:24 ` Dave Jones
2003-10-20 15:40 ` Daniel Thor Kristjansson
  -- strict thread matches above, loose matches on Subject: below --
2003-10-20 15:31 Moore, Robert
2003-10-20 15:39 ` Dave Jones
2003-10-20 16:33 Moore, Robert
2003-10-20 17:00 ` Dave Jones
2003-10-20 17:12   ` Daniel Thor Kristjansson
2003-10-20 17:25   ` Ducrot Bruno
2003-10-20 17:32     ` Dave Jones
2003-10-20 17:35       ` Ducrot Bruno
2003-10-20 18:10         ` Dave Jones
2003-10-20 23:28         ` Sven Dowideit
2003-10-20 17:08 Moore, Robert
2003-10-21 20:31 ` Dave Jones
2003-10-21 22:21   ` David Kar-Fai Tam
2003-10-21 23:19     ` Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.