* Re: CPUFreq ability to overclock
2006-06-22 21:38 CPUFreq ability to overclock Eduard-Gabriel Munteanu
@ 2006-06-22 18:47 ` Jeremy Fitzhardinge
0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2006-06-22 18:47 UTC (permalink / raw)
To: Eduard-Gabriel Munteanu; +Cc: linux-kernel, cpufreq
Eduard-Gabriel Munteanu wrote:
> I've seen a comment about scaling voltages in cpufreq.c, but it seems
> there is no actual support for that.
Cpufreq operates in terms of "operating points" which are
voltage/frequency pairs, rather than just voltages. All the CPU drivers
which support it have a voltage corresponding to each frequency to make
an operating point.
J
^ permalink raw reply [flat|nested] 2+ messages in thread
* CPUFreq ability to overclock
@ 2006-06-22 21:38 Eduard-Gabriel Munteanu
2006-06-22 18:47 ` Jeremy Fitzhardinge
0 siblings, 1 reply; 2+ messages in thread
From: Eduard-Gabriel Munteanu @ 2006-06-22 21:38 UTC (permalink / raw)
To: linux-kernel
*This message was transferred with a trial version of CommuniGate(r) Pro*
I'm thinking to implement a way to have CPUFreq's maximum FSB increased
to allow overclocking. Having that done, it should make sense to have a
governor (userspace maybe, with a 3rd-party tool) thermal-throttle the
CPU. There is one slight problem: can we control Vcore from within the
kernel, on-the-fly, without rebooting? I've seen a comment about scaling
voltages in cpufreq.c, but it seems there is no actual support for that.
My idea is to make cpufreq_policy.max (same for cpufreq_cpuinfo's
member) a soft limit (to prevent unwanted overclocking from usual
governors) and have another member hold the hard limit. Chipset drivers
should calculate the hard limit based on installed processor or
boot-time FSB.
I'm looking forward to comments and suggestions.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-22 18:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 21:38 CPUFreq ability to overclock Eduard-Gabriel Munteanu
2006-06-22 18:47 ` Jeremy Fitzhardinge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox