cpufreq Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dominik Brodowski <linux@dominikbrodowski.net>
To: st3@riseup.net
Cc: cpufreq@lists.linux.org.uk, Bill Davidsen <davidsen@tmr.com>,
	linux-kernel@vger.kernel.org
Subject: Re: speedstep-centrino on dothan
Date: Fri, 8 Jul 2005 07:10:50 +0200	[thread overview]
Message-ID: <20050708051050.GA3201@isilmar.linta.de> (raw)
In-Reply-To: <20050707235928.71016f61@horst.morte.male>

On Thu, Jul 07, 2005 at 11:59:28PM +0200, st3@riseup.net wrote:
> read from ACPI tables, while still keeping them available.

You're only keeping some of them available, as you overwrite one such
setting. Alternatively you can increase p.state_count by one early enough.

> index = (((frequency)/100) << 8) | ((voltage - 700) / 16);
> printf ("%u\n", index);
	printf ("0x%x\n", index);
is better

> want 500MHz at 940mV, you could add:
> 
> centrino_model[cpu]->op_points[p.state_count - 2].index = 0x1295;
> centrino_model[cpu]->op_points[p.state_count - 2].index = 500000;
						.frequency
> p.states[p.state_count - 2].core_frequency = 500;


	Dominik

  reply	other threads:[~2005-07-08  5:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050706112202.33d63d4d@horst.morte.male>
     [not found] ` <42CC37FD.5040708@tmr.com>
     [not found]   ` <20050706211159.GF27630@redhat.com>
     [not found]     ` <20050706235557.0c122d33@horst.morte.male>
2005-07-07 20:00       ` enhanced intel speedstep feature was Re: speedstep-centrino on dothan st3
2005-07-07 20:06         ` Dave Jones
2005-07-07 20:22           ` st3
2005-07-07 20:40             ` Dave Jones
2005-07-07 20:51             ` Joseph Pingenot
2005-07-07 21:08               ` Dominik Brodowski
2005-07-07 21:34                 ` Joseph Pingenot
2005-07-07 21:51                   ` Dominik Brodowski
2005-07-07 21:10             ` Dominik Brodowski
2005-07-07 21:22               ` st3
2005-07-07 21:29                 ` Dominik Brodowski
2005-07-07 21:59   ` st3
2005-07-08  5:10     ` Dominik Brodowski [this message]
2005-07-08  8:58       ` st3
2005-07-08 10:59     ` Nikolay Pelov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050708051050.GA3201@isilmar.linta.de \
    --to=linux@dominikbrodowski.net \
    --cc=cpufreq@lists.linux.org.uk \
    --cc=davidsen@tmr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=st3@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox