Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269782
b: refs/heads/master
c: 1970305
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Dave Airlie committed Oct 21, 2011
1 parent c1b7ec0 commit c0d36f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd2351da7c438eb3d5f64a161cf3483648725dcd
refs/heads/master: 19703058cd2eacd83ed5948fdbbc5e29d94b60b5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ int radeon_fence_wait(struct radeon_fence *fence, bool intr)
*/
if (seq == rdev->fence_drv.last_seq && radeon_gpu_is_lockup(rdev)) {
/* good news we believe it's a lockup */
WARN(1, "GPU lockup (waiting for 0x%08X last fence id 0x%08X)\n",
printk(KERN_WARNING "GPU lockup (waiting for 0x%08X last fence id 0x%08X)\n",
fence->seq, seq);
/* FIXME: what should we do ? marking everyone
* as signaled for now
Expand Down

0 comments on commit c0d36f1

Please sign in to comment.