All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ken Hughes <khughes@pacific.edu>
To: paul.devriendt@amd.com
Cc: davej@redhat.com, ducrot@poupinou.org, Cpufreq@www.linux.org.uk
Subject: Re: ACPI / cpufreq on Presario R3120
Date: Thu, 03 Jun 2004 14:58:23 -0700	[thread overview]
Message-ID: <40BF9EFF.4090101@pacific.edu> (raw)
In-Reply-To: <99F2150714F93F448942F9A9F112634C1431B6EA@txexmtae.amd.com>

paul.devriendt@amd.com wrote:

> I'm willing to put it in the driver. It is easy to ignore certain
> table entries (thanks Dominik!), and I already have to do so for
> the case where BIOSs are filling out unused entries with -1 instead
> of accurately reporting how many entries actually exist.

I can vouch that it would be worth it; I just commented out the test
for multiple lo table entries and the modules loaded fine:

powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.00.08b)
powernow-k8: Too many lo freq table entries
powernow-k8:    0 : fid 0x8 (1600 MHz), vid 0x6 (1400 mV)
powernow-k8:    1 : fid 0x0 (800 MHz), vid 0x18 (950 mV)
powernow-k8:    2 : fid 0x0 (800 MHz), vid 0x18 (950 mV)
powernow-k8: cpu_init done, current fid 0x8, vid 0x6

I then can do this:

root@budgie:~# echo powersave 
 >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor  ; cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 4
model name      : AMD Athlon(tm) XP Processor 3000+
stepping        : 8
cpu MHz         : 797.863
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall mmxext 3dnowext 3dnow
bogomips        : 1581.05
root@budgie:~# echo performance 
 >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ; cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 4
model name      : AMD Athlon(tm) XP Processor 3000+
stepping        : 8
cpu MHz         : 1595.727
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall mmxext 3dnowext 3dnow
bogomips        : 3162.11

I didn't even realize I'd been stuck in "low gear" this whole time.

Ken

  reply	other threads:[~2004-06-03 21:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-03 21:42 ACPI / cpufreq on Presario R3120 paul.devriendt
2004-06-03 21:58 ` Ken Hughes [this message]
2004-06-04  9:59 ` Bruno Ducrot
2004-06-04 15:25   ` Dominik Brodowski
2004-06-04 16:07     ` Bruno Ducrot
2004-06-05 13:46       ` Dominik Brodowski
2004-06-04 16:55     ` Ken Hughes
2004-06-05 13:47       ` [PATCH] " Dominik Brodowski
  -- strict thread matches above, loose matches on Subject: below --
2004-06-04 18:01 paul.devriendt
2004-06-05 13:52 ` Dominik Brodowski
2004-06-03 17:39 paul.devriendt
2004-06-03 14:32 Ken Hughes
2004-06-03 17:25 ` Bruno Ducrot
2004-06-03 18:02   ` Ken Hughes
2004-06-03 18:20     ` Bruno Ducrot
2004-06-03 20:34       ` Dave Jones

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=40BF9EFF.4090101@pacific.edu \
    --to=khughes@pacific.edu \
    --cc=Cpufreq@www.linux.org.uk \
    --cc=davej@redhat.com \
    --cc=ducrot@poupinou.org \
    --cc=paul.devriendt@amd.com \
    /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 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.