linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [radeon r100] when ring test fails, provide users with option to test
@ 2015-11-28 20:58 Pavel Machek
  2015-11-29 19:48 ` Christian König
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2015-11-28 20:58 UTC (permalink / raw)
  To: Trivial patch monkey, alexander.deucher, christian.koenig,
	airlied, dri-devel, linux-kernel


Ring test failure is often caused by too high agpmode. Tell the user
what to try.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
index 238b13f..32b1917 100644
--- a/drivers/gpu/drm/radeon/r100.c
+++ b/drivers/gpu/drm/radeon/r100.c
@@ -3665,7 +3665,7 @@ int r100_ring_test(struct radeon_device *rdev, struct radeon_ring *ring)
 	if (i < rdev->usec_timeout) {
 		DRM_INFO("ring test succeeded in %d usecs\n", i);
 	} else {
-		DRM_ERROR("radeon: ring test failed (scratch(0x%04X)=0x%08X)\n",
+		DRM_ERROR("radeon: ring test failed (scratch(0x%04X)=0x%08X), try radeon.agpmode=1?\n",
 			  scratch, tmp);
 		r = -EINVAL;
 	}

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-02  8:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-28 20:58 [radeon r100] when ring test fails, provide users with option to test Pavel Machek
2015-11-29 19:48 ` Christian König
2015-11-29 22:22   ` Pavel Machek
2015-11-30  8:39     ` Christian König
2015-12-01 10:01       ` Pavel Machek
2015-12-02  3:14         ` Michel Dänzer
2015-12-02  8:57           ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).