summaryrefslogtreecommitdiff
path: root/src/intel_batchbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_batchbuffer.c')
-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;