* [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS
@ 2011-02-18 22:46 bugzilla-daemon
2011-02-18 23:14 ` [Bug 29412] " bugzilla-daemon
` (17 more replies)
0 siblings, 18 replies; 19+ messages in thread
From: bugzilla-daemon @ 2011-02-18 22:46 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Summary: fans running at full-speed after resume from suspend
with radeon and KMS
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38-rc5+
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri@kernel-bugs.osdl.org
ReportedBy: jon+bugzilla.kernel.org@alcopop.org
Regression: No
Hi,
Originally reported against the wrong product, here:
https://bugzilla.kernel.org/show_bug.cgi?id=18552
I have an ATI Radeon X850XT PCIE card plugged into an Intel DG35EC motherboard.
With kernels since 2.6.32-rc1 and most recently tested with mainline commit
2a324ce7b79a3a90cc2d4ade5d5f960a99000caa (2.6.38-rc5+), if I attempt a
suspend-to-ram, upon resume, the fan on my ATI card remains at full speed
(loud), and does not throttle back to quiet (normal behaviour).
Booting with 'radeon.modeset=0' prevents this.
Please let me know what further information is needed.
Thanks!
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
@ 2011-02-18 23:14 ` bugzilla-daemon
2011-03-12 13:43 ` bugzilla-daemon
` (16 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2011-02-18 23:14 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> 2011-02-18 23:14:28 ---
Can you bisect?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
2011-02-18 23:14 ` [Bug 29412] " bugzilla-daemon
@ 2011-03-12 13:43 ` bugzilla-daemon
2012-03-16 19:05 ` bugzilla-daemon
` (15 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2011-03-12 13:43 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #2 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2011-03-12 13:43:17 ---
I did bisect to identify the first bad commit as
17d857be649a21ca90008c6dc425d849fa83db5c , which is merely tagging 2.6.32-rc1.
I suspect some user space component is only enabling KMS if the kernel version
equals or exceeds this tag and that's why it is only triggered from that
commit.
Can you give me any hints on how to do a more useful bisect? Perhaps limiting
the scope to a particular source path?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
2011-02-18 23:14 ` [Bug 29412] " bugzilla-daemon
2011-03-12 13:43 ` bugzilla-daemon
@ 2012-03-16 19:05 ` bugzilla-daemon
2012-03-17 11:27 ` bugzilla-daemon
` (14 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-16 19:05 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Jonathan Nieder <jrnieder@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jrnieder@gmail.com
--- Comment #3 from Jonathan Nieder <jrnieder@gmail.com> 2012-03-16 19:05:06 ---
(In reply to comment #2)
> I did bisect to identify the first bad commit as
> 17d857be649a21ca90008c6dc425d849fa83db5c , which is merely tagging 2.6.32-rc1.
> I suspect some user space component is only enabling KMS if the kernel version
> equals or exceeds this tag and that's why it is only triggered from that
> commit.
Thanks. Odd. The test the radeon driver uses is
if (info->dri->pKernelDRMVersion->version_minor >= 5)
ginfo.request = RADEON_INFO_ACCEL_WORKING2;
else
ginfo.request = RADEON_INFO_ACCEL_WORKING;
which wouldn't be affected by utsversion. So, questions:
1) Is that bisection result reproducible? I.e., if you do:
cd linux
git checkout v2.6.32-rc1
cp /boot/config-$(uname -r) .config; # current configuration
make localmodconfig; # optional: minimize configuration
make deb-pkg; # optionally with -j<num> for parallel build
dpkg -i ../<name of package>; # as root
reboot
... test test test ...
cd linux
git checkout HEAD^
make deb-pkg; # maybe with -j4
dpkg -i ../<name of package>
reboot
... test some more ...
does the first package produced reproduce the misbehavior and
the second one not?
2) Can you reproduce this without X? What happens if you boot
in recovery mode, run "modprobe radeon" to make sure the driver
is loaded, and suspend?
3) An attachment with "dmesg" output (and /var/log/Xorg.0.log if
X seems to be involved) from a non-working kernel would also be
interesting.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (2 preceding siblings ...)
2012-03-16 19:05 ` bugzilla-daemon
@ 2012-03-17 11:27 ` bugzilla-daemon
2012-03-17 11:49 ` bugzilla-daemon
` (13 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-17 11:27 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #4 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2012-03-17 11:27:26 ---
Ok retesting v2.6.32-rc1 first, I had trouble building it (gcc 4.6 won't work);
trouble getting the initramfs to work, and trouble getting X to start (some
kind of race condition / bad failure mode in the gdm3 init script launched ~300
Xorg instances before I killed it).
However, I could reproduce the issue without X: single-user mode, no radeon
module loaded: fans climbed down as they should. Single-user mode, radeon
driver loaded: fans didn't climb down.
I'll check v2.6.32-rc1^ next, then I'll collect dmesg/Xorg.0.logs as
appropriate.
(I confirmed this with 3.3~rc6-1~experimental.1 in the mean time)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (3 preceding siblings ...)
2012-03-17 11:27 ` bugzilla-daemon
@ 2012-03-17 11:49 ` bugzilla-daemon
2012-03-19 8:44 ` bugzilla-daemon
` (12 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-17 11:49 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #5 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2012-03-17 11:49:13 ---
Created an attachment (id=72633)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72633)
dmesg from v2.6.32-rc1^
Frustratingly, the issue reared its head with v2.6.32-rc1^. This dmesg is from
a single user mode session, two suspends with "modprobe radeon" in the middle.
It's getting hard to run kernels this old (even though they aren't that old!)
notice the error loading the radeon firmware: no idea why it hasn't managed,
other kernels do (and it's there). Also udev refuses to start with < 2.6.32.
I may have to set up a test root with an older userspace (squeeze perhaps) to
go further :(
Does this basically invalidate my previous bisect?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (4 preceding siblings ...)
2012-03-17 11:49 ` bugzilla-daemon
@ 2012-03-19 8:44 ` bugzilla-daemon
2012-03-19 8:54 ` bugzilla-daemon
` (11 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-19 8:44 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #6 from Jonathan Nieder <jrnieder@gmail.com> 2012-03-19 08:44:40 ---
udev should cope fine with kernels < 2.6.32 iirc as long as
CONFIG_SYSFS_DEPRECATED is not set.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (5 preceding siblings ...)
2012-03-19 8:44 ` bugzilla-daemon
@ 2012-03-19 8:54 ` bugzilla-daemon
2012-03-19 16:22 ` bugzilla-daemon
` (10 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-19 8:54 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #7 from Jonathan Nieder <jrnieder@gmail.com> 2012-03-19 08:54:19 ---
The painful memories are coming back to me: udev also requires v2.6.28-rc6~45
("reintroduce accept4") and dup3 and friends from 2.6.27.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (6 preceding siblings ...)
2012-03-19 8:54 ` bugzilla-daemon
@ 2012-03-19 16:22 ` bugzilla-daemon
2012-03-19 16:42 ` bugzilla-daemon
` (9 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-19 16:22 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Jérôme Glisse <glisse@freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |glisse@freedesktop.org
--- Comment #8 from Jérôme Glisse <glisse@freedesktop.org> 2012-03-19 16:22:32 ---
It's just a kms issue no need to bisect. Something is not restored properly.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (7 preceding siblings ...)
2012-03-19 16:22 ` bugzilla-daemon
@ 2012-03-19 16:42 ` bugzilla-daemon
2012-03-20 15:40 ` bugzilla-daemon
` (8 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-19 16:42 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #9 from Alex Deucher <alexdeucher@gmail.com> 2012-03-19 16:42:50 ---
Created an attachment (id=72654)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72654)
possible fix
Does this patch fix the issue?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (8 preceding siblings ...)
2012-03-19 16:42 ` bugzilla-daemon
@ 2012-03-20 15:40 ` bugzilla-daemon
2012-03-27 9:21 ` bugzilla-daemon
` (7 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:40 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #10 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2012-03-20 15:40:16 ---
I'll have access to the machine again this Friday; I'll try it this weekend.
Thanks!
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (9 preceding siblings ...)
2012-03-20 15:40 ` bugzilla-daemon
@ 2012-03-27 9:21 ` bugzilla-daemon
2012-03-27 13:41 ` bugzilla-daemon
` (6 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-27 9:21 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #11 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2012-03-27 09:21:24 ---
Sadly, this patch doesn't seem to solve it. I'll add a printk and re-try just
to be doubly sure I'm not messing things up and loading the wrong module.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (10 preceding siblings ...)
2012-03-27 9:21 ` bugzilla-daemon
@ 2012-03-27 13:41 ` bugzilla-daemon
2012-03-27 13:42 ` bugzilla-daemon
` (5 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-27 13:41 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #12 from Alex Deucher <alexdeucher@gmail.com> 2012-03-27 13:41:08 ---
Created an attachment (id=72731)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72731)
alternate fix
After you verify the first patch does not fix the issue, you can try this one.
Can you also attach a copy of your vbios? To get a copy of your vbios:
(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (11 preceding siblings ...)
2012-03-27 13:41 ` bugzilla-daemon
@ 2012-03-27 13:42 ` bugzilla-daemon
2012-03-29 18:08 ` bugzilla-daemon
` (4 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-27 13:42 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #13 from Alex Deucher <alexdeucher@gmail.com> 2012-03-27 13:42:05 ---
Ignore the last hunk of that patch (rv770.c).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (12 preceding siblings ...)
2012-03-27 13:42 ` bugzilla-daemon
@ 2012-03-29 18:08 ` bugzilla-daemon
2012-03-29 23:01 ` bugzilla-daemon
` (3 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-29 18:08 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #14 from Jon Dowland <jon+bugzilla.kernel.org@alcopop.org> 2012-03-29 18:08:59 ---
That second patch sorts it! Thanks! I booted to single-user; modprobe radeon;
pm-suspend; resumed: fine. Moved to multi-user; logged into GNOME; suspended
via GNOME menu; resumed: fine again.
Would you still like the vbios?
Cheers!
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (13 preceding siblings ...)
2012-03-29 18:08 ` bugzilla-daemon
@ 2012-03-29 23:01 ` bugzilla-daemon
2012-04-16 21:17 ` bugzilla-daemon
` (2 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-03-29 23:01 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #15 from Alex Deucher <alexdeucher@gmail.com> 2012-03-29 23:01:52 ---
Perfect. No need for the vbios. I'll send the patch to Dave.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (14 preceding siblings ...)
2012-03-29 23:01 ` bugzilla-daemon
@ 2012-04-16 21:17 ` bugzilla-daemon
2012-04-16 23:34 ` bugzilla-daemon
2012-04-16 23:36 ` bugzilla-daemon
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-04-16 21:17 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Florian Mickler <florian@mickler.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |florian@mickler.org
--- Comment #16 from Florian Mickler <florian@mickler.org> 2012-04-16 21:17:12 ---
A patch referencing this bug report has been merged in Linux v3.4-rc2:
commit 402976fe51b2d1a58a29ba06fa1ca5ace3a4cdcd
Author: Alex Deucher <alexander.deucher@amd.com>
Date: Thu Mar 29 19:04:08 2012 -0400
drm/radeon/kms: fix fans after resume
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (15 preceding siblings ...)
2012-04-16 21:17 ` bugzilla-daemon
@ 2012-04-16 23:34 ` bugzilla-daemon
2012-04-16 23:36 ` bugzilla-daemon
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-04-16 23:34 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
--- Comment #17 from Alex Deucher <alexdeucher@gmail.com> 2012-04-16 23:34:23 ---
This bug can be closed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Bug 29412] fans running at full-speed after resume from suspend with radeon and KMS
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
` (16 preceding siblings ...)
2012-04-16 23:34 ` bugzilla-daemon
@ 2012-04-16 23:36 ` bugzilla-daemon
17 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2012-04-16 23:36 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=29412
Jonathan Nieder <jrnieder@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|drivers_video-dri@kernel-bu |jrnieder@gmail.com
|gs.osdl.org |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2012-04-16 23:36 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 22:46 [Bug 29412] New: fans running at full-speed after resume from suspend with radeon and KMS bugzilla-daemon
2011-02-18 23:14 ` [Bug 29412] " bugzilla-daemon
2011-03-12 13:43 ` bugzilla-daemon
2012-03-16 19:05 ` bugzilla-daemon
2012-03-17 11:27 ` bugzilla-daemon
2012-03-17 11:49 ` bugzilla-daemon
2012-03-19 8:44 ` bugzilla-daemon
2012-03-19 8:54 ` bugzilla-daemon
2012-03-19 16:22 ` bugzilla-daemon
2012-03-19 16:42 ` bugzilla-daemon
2012-03-20 15:40 ` bugzilla-daemon
2012-03-27 9:21 ` bugzilla-daemon
2012-03-27 13:41 ` bugzilla-daemon
2012-03-27 13:42 ` bugzilla-daemon
2012-03-29 18:08 ` bugzilla-daemon
2012-03-29 23:01 ` bugzilla-daemon
2012-04-16 21:17 ` bugzilla-daemon
2012-04-16 23:34 ` bugzilla-daemon
2012-04-16 23:36 ` 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.