All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
@ 2014-07-29 15:18 ` bugzilla-daemon
  2014-07-29 15:18 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-29 15:18 UTC (permalink / raw)
  To: dri-devel

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan@lxorguk.ukuu.org.uk
          Component|cpufreq                     |Video(DRI - non Intel)
           Assignee|cpufreq@vger.kernel.org     |drivers_video-dri@kernel-bu
                   |                            |gs.osdl.org
            Product|Power Management            |Drivers

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
  2014-07-29 15:18 ` [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded bugzilla-daemon
@ 2014-07-29 15:18 ` bugzilla-daemon
  2014-07-29 16:03 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-29 15:18 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Alan <alan@lxorguk.ukuu.org.uk> ---
(moving in the direction of those who would know, and whose code would need to
do the GPU setup if there is any)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
  2014-07-29 15:18 ` [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded bugzilla-daemon
  2014-07-29 15:18 ` bugzilla-daemon
@ 2014-07-29 16:03 ` bugzilla-daemon
  2014-07-29 23:35 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-29 16:03 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> ---
You can enable it by setting pi->enable_bapm = true; in trinity_dpm_init() in
trinity_dpm.c.  Unforunately, it's not stable yet on all systems.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  2014-07-29 16:03 ` bugzilla-daemon
@ 2014-07-29 23:35 ` bugzilla-daemon
  2014-07-30 12:18 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-29 23:35 UTC (permalink / raw)
  To: dri-devel

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

Kertesz Laszlo <laszlo.kertesz@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laszlo.kertesz@gmail.com

--- Comment #3 from Kertesz Laszlo <laszlo.kertesz@gmail.com> ---
This issue isnt new, i filed a bug about it ages ago ( #62861 ). As Alex said,
turbo core can be enabled by setting bapm  to true.
Now this is enabled on MSI boards (seems to me all had A78 chipsets?) only by
default because they had reboots right after boot if it was off.
Im curious how they fare with enabled bapm.

Problem is setting bapm on, at least on my A8-6500/GA-F2A88X-D3H and my former
A8-5500/GA-F2A85X-D3H hardware causes random reboots or system hangs with no
outputs in the system logs.
The setting indeed enables turbo core.

Also, a simpler way of seeing the actual working frequency is loading the msr
module:

modprobe msr

Then running:

cpufreq-aperf

or 

cpufreq-aperf -o 

for a single poll.
both commands with root rights. This will show the actual frequency in Hz
(which sometimes is between the nominal p-states, or maybe the polling does
averages).

Additionally, even if fglrx eables turbo core boost, sometimes something weird
happens and even the nominal speed is reported as maximum, in effect you can
have even as low as 1.8 GHz (3.2GHz CPU) after an initial turbo boosted speed
which lasts a few seconds. This happened to me sometimes (almost 50% of times)
when i was compiling with 4 threads on my older A8-5500. I suppose its some
internal downclocking mechanism kicking in at the wrong time because the
reported temperatures were ~55C (default cooler). 

In contrast this never happened with radeon and if one thread was used it could
have 4 GHz for hours (runaway flash in browser for example). 4 threads
(compile) usually settled all cores at a stable ~3.7-3.8 GHz (temps up to 60C,
default cooler). These are values on the A8-6500 (3.5GHz nominal/4.1 GHz turbo
speed from which never exceeded 4.0 as long as i monitored it).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2014-07-29 23:35 ` bugzilla-daemon
@ 2014-07-30 12:18 ` bugzilla-daemon
  2014-07-30 12:32 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-30 12:18 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from LiNuxXer <andre.d@gmx.net> ---
(In reply to Alex Deucher from comment #2)
> You can enable it by setting pi->enable_bapm = true; in trinity_dpm_init()
> in trinity_dpm.c.  Unforunately, it's not stable yet on all systems.

Thank you for this hint, Alex.

A search does not reveal much. Do you have a reference to the problems which
this can cause?

trinity_dpm.c seems to be a file of the free radeon driver. Actually, I would
prefer to go without any HW specific graphics driver.

I was hoping for a slight chance for the kernel to detect this annoyance and
solve it (in a first step) regardless of any later graphics driver settings.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (4 preceding siblings ...)
  2014-07-30 12:18 ` bugzilla-daemon
@ 2014-07-30 12:32 ` bugzilla-daemon
  2014-07-30 13:24 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-30 12:32 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from LiNuxXer <andre.d@gmx.net> ---
(In reply to Kertesz Laszlo from comment #3)
> This issue isnt new, i filed a bug about it ages ago ( #62861 ). As Alex
> said, turbo core can be enabled by setting bapm  to true.

I cannot see any relation between this bug and #62861.

Over there, you stated:

> This issue is related to the radeon driver's dpm code.
> If i dont append radeon.dpm=1 to the kernel boot options, i have
> 0.9-1.34v and correct CPU speeds (including torbo boost).

This bug report here is about Linux not supporting Turbo Core on APUs when no
specific graphics driver is used.

In other words, I'm raising the question whether the kernel should be able to
suipport the APU Turbo Core even without any specific graphics driver.

> [...]
> Also, a simpler way of seeing the actual working frequency is loading the
> msr module:
> 
> modprobe msr
> 
> Then running:
> 
> cpufreq-aperf

In what regard is this simpler than using cpupower?

> Additionally, even if fglrx eables turbo core boost, sometimes something
> weird happens and even the nominal speed is reported as maximum, in effect
> you can have even as low as 1.8 GHz (3.2GHz CPU) after an initial turbo
> boosted speed which lasts a few seconds. This happened to me sometimes
> (almost 50% of times) when i was compiling with 4 threads on my older
> A8-5500. I suppose its some internal downclocking mechanism kicking in at
> the wrong time because the reported temperatures were ~55C (default cooler).

I stress tested the A10-6700 with fglrx loaded (but console only video) and two
cores with 100 % load can boost to 4300 MHz seemingly forever, three with 100 %
load will be boosted to 3900 MHz.

> In contrast this never happened with radeon and if one thread was used it
> could have 4 GHz for hours (runaway flash in browser for example).

Maybe the radeon driver didn't load the GPU as much as the fglrx driver did.
But since I'm going for console output only, I don't mind. If there's just one
bit controlling this behaviour, we'll have to live with the APU's autonomous
decision. Some may be smarter than others and maybe it even depends on cooling.

Still, I would appreciate my 3700 -> 4300 MHz boost for two cores.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (5 preceding siblings ...)
  2014-07-30 12:32 ` bugzilla-daemon
@ 2014-07-30 13:24 ` bugzilla-daemon
  2014-08-03 17:34 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-30 13:24 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #6 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to LiNuxXer from comment #5)
> 
> This bug report here is about Linux not supporting Turbo Core on APUs when
> no specific graphics driver is used.
> 
> In other words, I'm raising the question whether the kernel should be able
> to suipport the APU Turbo Core even without any specific graphics driver.
> 

Turbo Core (bapm) is controlled by a microcontroller on the APU.  The same
microcontroller also manages the GPU power management.  On most APU systems,
turbo core is enabled by default by the sbios, but apparently on your system
it's not.  Maybe there is a bios option to enable it by default on your system.
 When the GPU driver loads and sets up the GPU power management, it can also
enable or disable bapm.  When bapm and GPU power mangement (dynamic GPU engine
clock and voltage scaling, clock and powergating, etc.) are both enabled, some
systems have stability problems (sudden reboots, hangs, graphical corruption,
issues when switching between AC and battery).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (6 preceding siblings ...)
  2014-07-30 13:24 ` bugzilla-daemon
@ 2014-08-03 17:34 ` bugzilla-daemon
  2014-08-04 14:53 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-03 17:34 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #7 from LiNuxXer <andre.d@gmx.net> ---
Hello Alex,

(In reply to Alex Deucher from comment #6)
> Turbo Core (bapm) is controlled by a microcontroller on the APU.  The same
> microcontroller also manages the GPU power management.  On most APU systems,
> turbo core is enabled by default by the sbios, but apparently on your system
> it's not.  Maybe there is a bios option to enable it by default on your
> system.

reconsidering everything you wrote and I thought I found out, I think I'll have
to start from scratch.

Firstly, the BIOS does have Turbo Core and Cool'n'Quiet settings, along with
many others. Also. it's the latest version, and the A10-6700 is not brand new.

Secondly, I noticed that even Ubuntu Server will install the radeon driver
although there is no need to.

Thirdly, I made a quick test with a Gentoo installer (which neither loads the
radeon module nor sets the ondemand governor) and an amperemeter (to be honest:
two amperemeters, because I couldn't believe the results), and this completely
confused me. While the system needs 96 W while in the BIOS, this drops to 56 W
as soon as Linux boots. And I can't get a lower power consumption even if I set
the ondemand governor, with the freq of the four cores shown to drop from 3700
to 1800. Several reviews mention a 35 W system (!) power consumption when the
A10-6700 is idle, but in this setup, the changing frequency does not have the
slightest effect (which it should even have with an average power supply).

I was wondering whether you could shed some additional light on this. How many
settings actually influence this behaviour in total (since the BIOS also has
"Cool'n'Qiet")? Is there any tool to display them? If not, would you help me to
build one? Could we see some incomplete initialisation here? Is there any
documentation on these settings? I'm groping in the dark here with no progress,
and I may even have to exchange the HW if I don't get near the 35 W and have
Turbo Core.

> When the GPU driver loads and sets up the GPU power management, it
> can also enable or disable bapm.  When bapm and GPU power mangement (dynamic
> GPU engine clock and voltage scaling, clock and powergating, etc.) are both
> enabled, some systems have stability problems (sudden reboots, hangs,
> graphical corruption, issues when switching between AC and battery).

I would be happy with some fixed low bandwidth setting for the graphics. Saw
some indivation for 33 MHz during console mode but am not sure I can rely on
this information.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (7 preceding siblings ...)
  2014-08-03 17:34 ` bugzilla-daemon
@ 2014-08-04 14:53 ` bugzilla-daemon
  2014-08-07  9:34 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-04 14:53 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #8 from Alex Deucher <alexdeucher@gmail.com> ---
I'm not sure why you don't think you need a GPU driver installed.  When the
driver is installed it not only allows the GPU to dynamically adjust it clocks
and voltages up for performance, but also enables low power states and turns
off certain blocks when they are not in use, so overall, you'll probably save
more power with the GPU driver loaded than just leaving the GPU in the state
set up by the bios.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (8 preceding siblings ...)
  2014-08-04 14:53 ` bugzilla-daemon
@ 2014-08-07  9:34 ` bugzilla-daemon
  2014-08-07  9:43 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07  9:34 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #9 from LiNuxXer <andre.d@gmx.net> ---
(In reply to Kertesz Laszlo from comment #3)
> [...]
> Additionally, even if fglrx eables turbo core boost, sometimes something
> weird happens and even the nominal speed is reported as maximum, in effect
> you can have even as low as 1.8 GHz (3.2GHz CPU) after an initial turbo
> boosted speed which lasts a few seconds. This happened to me sometimes
> (almost 50% of times) when i was compiling with 4 threads on my older
> A8-5500. I suppose its some internal downclocking mechanism kicking in at
> the wrong time because the reported temperatures were ~55C (default cooler). 
> 
> In contrast this never happened with radeon and if one thread was used it
> could have 4 GHz for hours (runaway flash in browser for example). 4 threads
> (compile) usually settled all cores at a stable ~3.7-3.8 GHz (temps up to
> 60C, default cooler). These are values on the A8-6500 (3.5GHz nominal/4.1
> GHz turbo speed from which never exceeded 4.0 as long as i monitored it).

I can confirm your findings. It looks like using fglrx will lead to longer
periods of exceeding the TDP significantly, and then suddenly it takes drastic
measures to compensate for that. From my observations I believe that it even
manipulates core affinity if only two cores are busy (having them on the same
module will save a lot of power if the whole other module can be slowed down).

With a bapm-patched radeon driver, nothing similar can be observed. Besides
saving up to 12W in console mode as compared to fglrx, the cores are able to
run at high frequencies forever with no abrupt measures to be seen.

Thank you for pointing this out. I have posted my detailed results at
http://unix.stackexchange.com/a/148918/79761 in case you're interested.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (9 preceding siblings ...)
  2014-08-07  9:34 ` bugzilla-daemon
@ 2014-08-07  9:43 ` bugzilla-daemon
  2014-08-07 13:21 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07  9:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #10 from LiNuxXer <andre.d@gmx.net> ---
(In reply to Alex Deucher from comment #8)
> I'm not sure why you don't think you need a GPU driver installed.  When the
> driver is installed it not only allows the GPU to dynamically adjust it
> clocks and voltages up for performance, but also enables low power states
> and turns off certain blocks when they are not in use, so overall, you'll
> probably save more power with the GPU driver loaded than just leaving the
> GPU in the state set up by the bios.

1) You're absolutely right. radeon outperforms fglrx significantly in console
mode (in my case 10W up to 12W when disabling the output) (and not to mention
the Turbo Core performance which is much smoother).

2) You inspired me to look at all this more systematically. I have posted my
detailed results at http://unix.stackexchange.com/a/148918/79761 -- in short,
the radeon driver is an excellent piece of software (and is in fact saving my
*** regarding processor choice, applying the bapm enabling patch you proposed).

3) One question remains -- can't bapm enabling become at least a parameter? Or
is it already?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (10 preceding siblings ...)
  2014-08-07  9:43 ` bugzilla-daemon
@ 2014-08-07 13:21 ` bugzilla-daemon
  2014-08-07 13:31 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07 13:21 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #11 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to LiNuxXer from comment #10)
> 
> 3) One question remains -- can't bapm enabling become at least a parameter?
> Or is it already?

Yes, I can add a module parameter to force it on.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (11 preceding siblings ...)
  2014-08-07 13:21 ` bugzilla-daemon
@ 2014-08-07 13:31 ` bugzilla-daemon
  2014-08-07 15:17 ` bugzilla-daemon
  2014-08-07 15:24 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07 13:31 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #12 from Alex Deucher <alexdeucher@gmail.com> ---
Created attachment 145411
  --> https://bugzilla.kernel.org/attachment.cgi?id=145411&action=edit
add a bapm module parameter

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (12 preceding siblings ...)
  2014-08-07 13:31 ` bugzilla-daemon
@ 2014-08-07 15:17 ` bugzilla-daemon
  2014-08-07 15:24 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07 15:17 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #13 from LiNuxXer <andre.d@gmx.net> ---
(In reply to Alex Deucher from comment #11)
> Yes, I can add a module parameter to force it on.

That's great news, thank you! I was beginning to think that I'd have to compile
my kernel from now on.

BTW, I noticed that /sys/kernel/debug/dri/0/radeon_pm_info will report "power
level 1" when /sys/devices/system/cpu/cpufreq/boost is set to 0 (with bapm
patch, didn't test the unpatched version), while it always reported "power
level 0" in my console scenario under all other circumstances. Since I could
not notice any difference in power consumption, I was wondering what this
actually means.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
       [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
                   ` (13 preceding siblings ...)
  2014-08-07 15:17 ` bugzilla-daemon
@ 2014-08-07 15:24 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-08-07 15:24 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #14 from Alex Deucher <alexdeucher@gmail.com> ---
The information in radeon_pm_info represents the current GPU power state.  It
will vary dynamically with GPU load.  E.g., if you are rendering stuff on your
desktop, the GPU clocks and voltages will ramp up/down on demand.  In the
console without X running, there is no GPU engine load so the clocks stay low. 
Note that display requirements can also influence the GPU power state.  E.g.,
if you have a large display that requires higher display clocks, the GPU may
have to boost the power state to accomodate the higher voltage requirements of
the display.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded
  2014-07-24 12:31 [Bug 81021] New: " bugzilla-daemon
@ 2014-07-29 15:18 ` bugzilla-daemon
  0 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2014-07-29 15:18 UTC (permalink / raw)
  To: cpufreq

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan@lxorguk.ukuu.org.uk
          Component|cpufreq                     |Video(DRI - non Intel)
           Assignee|cpufreq@vger.kernel.org     |drivers_video-dri@kernel-bu
                   |                            |gs.osdl.org
            Product|Power Management            |Drivers

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

end of thread, other threads:[~2014-08-07 15:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-81021-2300@https.bugzilla.kernel.org/>
2014-07-29 15:18 ` [Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded bugzilla-daemon
2014-07-29 15:18 ` bugzilla-daemon
2014-07-29 16:03 ` bugzilla-daemon
2014-07-29 23:35 ` bugzilla-daemon
2014-07-30 12:18 ` bugzilla-daemon
2014-07-30 12:32 ` bugzilla-daemon
2014-07-30 13:24 ` bugzilla-daemon
2014-08-03 17:34 ` bugzilla-daemon
2014-08-04 14:53 ` bugzilla-daemon
2014-08-07  9:34 ` bugzilla-daemon
2014-08-07  9:43 ` bugzilla-daemon
2014-08-07 13:21 ` bugzilla-daemon
2014-08-07 13:31 ` bugzilla-daemon
2014-08-07 15:17 ` bugzilla-daemon
2014-08-07 15:24 ` bugzilla-daemon
2014-07-24 12:31 [Bug 81021] New: " bugzilla-daemon
2014-07-29 15:18 ` [Bug 81021] " bugzilla-daemon

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.