All of lore.kernel.org
 help / color / mirror / Atom feed
* transition latency
@ 2006-09-29  0:32 Ryan Underwood
  2006-10-02  2:25 ` Dominik Brodowski
  0 siblings, 1 reply; 4+ messages in thread
From: Ryan Underwood @ 2006-09-29  0:32 UTC (permalink / raw)
  To: cpufreq


What's the purpose of the transition_latency field with respect to the
cpufreq infrastructure?  Should I be setting this to:
* the time it takes for my set_cpu_state function to execute and return
* the latency between the call to set_cpu_state and the actual CPU speed
change
* the time it takes for the hardware to respond to MY request (inside
set_cpu_state function) to change speeds

Just a little confused.  Here the problem is that my set_cpu_state
function could take up to 35ms to execute, but the actual frequency
transition ( a component of that function) happens within 7ms.  10ms is
the ondemand/conservative governors' upper limit for transition latency,
so if I take the whole function into account, those governors reject my
driver.

-- 
Ryan Underwood, <nemesis@icequake.net>

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

end of thread, other threads:[~2006-10-02 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29  0:32 transition latency Ryan Underwood
2006-10-02  2:25 ` Dominik Brodowski
2006-10-02  5:07   ` Len Brown
2006-10-02 16:06     ` Ryan Underwood

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.