xf86-video-intel: src/intel_batchbuffer.c

Daniel Vetter danvet at kemper.freedesktop.org
Fri Apr 8 03:37:55 PDT 2011


 src/intel_batchbuffer.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fb40bf2b33a6d26f0e6a4e5798d10c905faa8aad
Author: Daniel Vetter <daniel.vetter at ffwll.ch>
Date:   Fri Apr 8 12:37:35 2011 +0200

    Tell users to grab i915_error_state on gpu hangs
    
    Acked-by: Chris Wilson <chris at chris-wilson.co.uk>
    Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>

diff --git a/src/intel_batchbuffer.c b/src/intel_batchbuffer.c
index 282d8ab..95eca43 100644
--- a/src/intel_batchbuffer.c
+++ b/src/intel_batchbuffer.c
@@ -221,6 +221,7 @@ void intel_batch_submit(ScrnInfoPtr scrn)
 			/* The GPU has hung and unlikely to recover by this point. */
 			if (!once) {
 				xf86DrvMsg(scrn->scrnIndex, X_ERROR, "Detected a hung GPU, disabling acceleration.\n");
+				xf86DrvMsg(scrn->scrnIndex, X_ERROR, "When reporting this, please include i915_error_state from debugfs and the full dmesg.\n");
 				uxa_set_force_fallback(screenInfo.screens[scrn->scrnIndex], TRUE);
 				intel->force_fallback = TRUE;
 				once = 1;


More information about the xorg-commit mailing list