All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jose Miguel Goncalves <jose.goncalves@inov.pt>
To: Hiroshi Miura <miura@da-cha.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problem with cpufreq on Geode GX1
Date: Mon, 29 Aug 2005 14:25:32 +0100	[thread overview]
Message-ID: <43130CCC.3070802@inov.pt> (raw)
In-Reply-To: <87mzn22u5k.wl%miura@da-cha.org>

Hi Hiroshi,

Here goes the extra info that you asked for:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
300759
$ cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
300759
$ echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
23042
$ cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
23042

One other strange thing that I've noticed is that I'll never get the same
frequency when switching to powersave govenor. It allways gets increased a
little bit. For example:

$ echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
24453
$ echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
27779
$ echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
29947
$ echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
32400

Thanks for checking this.

Jose Goncalves


Hiroshi Miura wrote:
> Hi,
> 
> I will check code in several days, but I cannot re-produce a problem in a moment
> because I am away from home for business trip.
> 
> In my understand, the driver recognize the CPU properly. 
> 
> At Fri, 26 Aug 2005 19:01:37 +0100,
> Jose Miguel Goncalves wrote:
> 
>>Hi all,
>>
>>I'm trying to use cpufreq on my Geode GX1 board with linux-2.6.12.5, but,
>>while everything seems OK, i.e., I can change from performance to powersave
>>governor and back and /proc/cpuinfo reports me frequency changes, I can
>>get no effective frequency/CPU power change because I check it with
>>the Whetstone benchmark and it allways give me the same value (~100 MWIPS).
>>Any ideas from were could be the problem?
> 
> 
> Can you try to check also follows?
> 
> /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
> /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
> 
> With this driver, it will significantly slow down by setting powersave mode.
> It seems some bus in the driver.
> 
> Thank you for report.
> 
> Hiroshi
> 

  reply	other threads:[~2005-08-29 13:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-26 18:01 Problem with cpufreq on Geode GX1 Jose Miguel Goncalves
2005-08-28 11:11 ` Hiroshi Miura
2005-08-29 13:25   ` Jose Miguel Goncalves [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-08-26 19:26 Jose Miguel Goncalves

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=43130CCC.3070802@inov.pt \
    --to=jose.goncalves@inov.pt \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miura@da-cha.org \
    /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.