cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
@ 2012-01-27 19:43 bugzilla-daemon
  2012-01-31  2:58 ` [Bug 42671] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-01-27 19:43 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671

           Summary: cpufreq userspace governor doesn't work on Intel Core
                    2 Gen 2 CPUs
           Product: Power Management
           Version: 2.5
    Kernel Version: All known
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: cpufreq
        AssignedTo: cpufreq@vger.kernel.org
        ReportedBy: t.artem@mailcity.com
        Regression: No


On my Intel Core i5 2500 CPU with acpi-cpufreq module loaded I do this

# echo 2000000 | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_setspeed

then

# cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq
2000000
2000000
2000000
2000000

so theoretically it should work.

However i7z (http://code.google.com/p/i7z/) shows that CPU frequency is freely
floating and turbo boost gets enabled as soon as I have any discernible load,
in other words userspace CPU frequency driver doesn't work at all and it
doesn't really enforce the specified CPU frequency.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 42671] cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
  2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
@ 2012-01-31  2:58 ` bugzilla-daemon
  2012-01-31  6:57 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-01-31  2:58 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671


Len Brown <lenb@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |lenb@kernel.org




--- Comment #1 from Len Brown <lenb@kernel.org>  2012-01-31 02:58:30 ---
are you sure that you are using the userspace governor?
few people do, as it is generally obsolted by ondemand.

When ondemand is running, scaling_setspeed does nothing,
and you can "manually" control what ondemand does by
setting its maximum and minimum frequencies.

Please show the output from
grep .  /sys/devices/system/cpu/cpu0/cpufreq/*

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 42671] cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
  2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
  2012-01-31  2:58 ` [Bug 42671] " bugzilla-daemon
@ 2012-01-31  6:57 ` bugzilla-daemon
  2012-02-05 22:04 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-01-31  6:57 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671





--- Comment #2 from Artem S. Tashkinov <t.artem@mailcity.com>  2012-01-31 06:57:41 ---
(In reply to comment #1)
> are you sure that you are using the userspace governor?
> few people do, as it is generally obsolted by ondemand.
> 
> When ondemand is running, scaling_setspeed does nothing,
> and you can "manually" control what ondemand does by
> setting its maximum and minimum frequencies.
> 
> Please show the output from
> grep .  /sys/devices/system/cpu/cpu0/cpufreq/*

/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus:0
/sys/devices/system/cpu/cpu0/cpufreq/bios_limit:3301000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq:3301000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:3301000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq:1600000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency:10000
/sys/devices/system/cpu/cpu0/cpufreq/related_cpus:0 1 2 3
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies:3301000
3300000 3200000 3100000 3000000 2900000 2800000 2700000 2600000 2500000 2400000
2300000 2200000 2100000 2000000 1600000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors:ondemand
powersave userspace conservative performance
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq:2000000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver:acpi-cpufreq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:userspace
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq:3301000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq:1600000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed:2000000

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 42671] cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
  2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
  2012-01-31  2:58 ` [Bug 42671] " bugzilla-daemon
  2012-01-31  6:57 ` bugzilla-daemon
@ 2012-02-05 22:04 ` bugzilla-daemon
  2012-02-07  9:14 ` bugzilla-daemon
  2012-05-13 14:28 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-02-05 22:04 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671


Artem S. Tashkinov <t.artem@mailcity.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 42671] cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
  2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-02-05 22:04 ` bugzilla-daemon
@ 2012-02-07  9:14 ` bugzilla-daemon
  2012-05-13 14:28 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-02-07  9:14 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671





--- Comment #3 from Artem S. Tashkinov <t.artem@mailcity.com>  2012-02-07 09:14:56 ---
Is there any other information I can provide to help resolve this bug, Len?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 42671] cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs
  2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-02-07  9:14 ` bugzilla-daemon
@ 2012-05-13 14:28 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-05-13 14:28 UTC (permalink / raw)
  To: cpufreq

https://bugzilla.kernel.org/show_bug.cgi?id=42671


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan@lxorguk.ukuu.org.uk
         AssignedTo|cpufreq@vger.kernel.org     |rjw@sisk.pl




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2012-05-13 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27 19:43 [Bug 42671] New: cpufreq userspace governor doesn't work on Intel Core 2 Gen 2 CPUs bugzilla-daemon
2012-01-31  2:58 ` [Bug 42671] " bugzilla-daemon
2012-01-31  6:57 ` bugzilla-daemon
2012-02-05 22:04 ` bugzilla-daemon
2012-02-07  9:14 ` bugzilla-daemon
2012-05-13 14:28 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).