14 lines
617 B
Diff
14 lines
617 B
Diff
|
diff --git a/drivers/gpu/drm/radeon/radeon_fence.c b/drivers/gpu/drm/radeon/radeon_fence.c
|
||
|
index 7fd4e3e..a488b50 100644
|
||
|
--- a/drivers/gpu/drm/radeon/radeon_fence.c
|
||
|
+++ b/drivers/gpu/drm/radeon/radeon_fence.c
|
||
|
@@ -263,7 +263,7 @@ retry:
|
||
|
*/
|
||
|
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
|