All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.sourceforge.net
Subject: [Bug 18312] radeon RS880 kernel output spam.
Date: Fri, 8 Oct 2010 12:28:51 GMT	[thread overview]
Message-ID: <201010081228.o98CSpgT009419@demeter2.kernel.org> (raw)
In-Reply-To: <bug-18312-2300@https.bugzilla.kernel.org/>

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
--

  reply	other threads:[~2010-10-08 12:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-12 11:13 [Bug 18312] New: radeon RS880 kernel output spam bugzilla-daemon
2010-10-08 12:28 ` bugzilla-daemon [this message]
2010-10-21 14:17 ` [Bug 18312] " bugzilla-daemon

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=201010081228.o98CSpgT009419@demeter2.kernel.org \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=dri-devel@lists.sourceforge.net \
    /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.