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





--- Comment #1 from david b <db.pub.m...@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
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to