summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-04-08 12:20:22 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-04-08 12:20:22 +0200
commit454c0c4a4c3513904cd6d8a0fb03d14a5b814977 (patch)
tree8220aee80cf2711a05ccff9a2d8bbe1d0688a2e6
parent59ed6b05db99d7e5144f4f8499c67cee9b833673 (diff)
Tell users to grab i915_error_state on gpu hangsfor-master
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--src/intel_batchbuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_batchbuffer.c b/src/intel_batchbuffer.c
index 282d8ab1..5f0c7c6d 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, 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;