* [Bug 18312] New: radeon RS880 kernel output spam.
@ 2010-09-12 11:13 bugzilla-daemon
2010-10-08 12:28 ` [Bug 18312] " bugzilla-daemon
2010-10-21 14:17 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2010-09-12 11:13 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=18312
Summary: radeon RS880 kernel output spam.
Product: Drivers
Version: 2.5
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: db.pub.mail@gmail.com
Regression: No
This may have already been fixed but I have a RS880 ATI graphics card and
dmesg is being filled with:
"[88799.602783] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88802.135375] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88809.575335] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88809.752431] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88810.380865] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88817.266426] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88817.907848] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88827.752082] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88829.038167] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88831.984730] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88832.807269] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88833.100465] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88834.200435] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88837.028771] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88847.448529] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[88847.916908] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[89080.083880] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[91364.175732] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[91371.600820] radeon 0000:01:05.0: ffff880110f43600 reserve failed for wait
[94230.267064] radeon 0000:01:05.0: ffff880104cb0000 reserve failed for wait
[97792.173935] radeon 0000:01:05.0: ffff880044629200 reserve failed for wait
"
kind of messages. I do not have debugging on for the radeon module. So maybe it
is CONFIG_SLUB_DEBUG=y
(It isn't a continual flood - it just occurs often enough to be rather annoying
:/ ).
glxheads
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
glxheads xdisplayname ...
Example:
glxheads :0 mars:0 venus:1
Name: :0.0
Display: 0x1669010
Window: 0x4000002
Context: 0x1676420
GL_VERSION: 1.5 Mesa 7.7.1
GL_VENDOR: Advanced Micro Devices, Inc.
GL_RENDERER: Mesa DRI R600 (RS880 9715) 20090101 TCL DRI2
(II) Primary Device is: PCI 01@00:05:0
(II) [KMS] Kernel modesetting enabled.
(II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
(==) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(--) RADEON(0): Chipset: "ATI Radeon HD 4290" (ChipID = 0x9715)
(II) RADEON(0): PCI card detected
(WW) RADEON(0): Color tiling is not yet supported on R600/R700
(II) RADEON(0): KMS Color Tiling: disabled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:05.0
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 18312] radeon RS880 kernel output spam.
2010-09-12 11:13 [Bug 18312] New: radeon RS880 kernel output spam bugzilla-daemon
@ 2010-10-08 12:28 ` bugzilla-daemon
2010-10-21 14:17 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2010-10-08 12:28 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=18312
--- Comment #1 from david b <db.pub.mail@gmail.com> 2010-10-08 12:28:50 ---
diff -Nurp radeon_object.h radeon_object.h.orig
--- radeon_object.h 2010-10-08 23:27:44.000000000 +1100
+++ radeon_object.h.orig 2010-10-08 23:28:10.000000000 +1100
@@ -125,9 +125,9 @@ static inline int radeon_bo_wait(struct
r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, 0);
if (unlikely(r != 0)) {
- /*if (r != -ERESTARTSYS)
+ if (r != -ERESTARTSYS)
dev_err(bo->rdev->dev, "%p reserve failed for wait\n", bo);
- */
+
return r;
}
spin_lock(&bo->tbo.lock);
Just commenting it out removes the dmesg spam. imho the output isn't useful to
end users like my self :)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 18312] radeon RS880 kernel output spam.
2010-09-12 11:13 [Bug 18312] New: radeon RS880 kernel output spam bugzilla-daemon
2010-10-08 12:28 ` [Bug 18312] " bugzilla-daemon
@ 2010-10-21 14:17 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2010-10-21 14:17 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=18312
david b <db.pub.mail@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |OBSOLETE
--- Comment #2 from david b <db.pub.mail@gmail.com> 2010-10-21 14:17:48 ---
This no longer applies in 2.6.36 as of
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a8c051f0c8d2f81c665e820f765aaddf86161640
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-21 14:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-12 11:13 [Bug 18312] New: radeon RS880 kernel output spam bugzilla-daemon
2010-10-08 12:28 ` [Bug 18312] " bugzilla-daemon
2010-10-21 14:17 ` 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.