From fb40bf2b33a6d26f0e6a4e5798d10c905faa8aad Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 8 Apr 2011 12:37:35 +0200 Subject: [PATCH] Tell users to grab i915_error_state on gpu hangs Acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- src/intel_batchbuffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel_batchbuffer.c b/src/intel_batchbuffer.c index 282d8ab1..95eca434 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;