diff options
-rw-r--r-- | src/intel_batchbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |