diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-04-08 12:37:35 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-04-08 12:37:35 +0200 |
commit | fb40bf2b33a6d26f0e6a4e5798d10c905faa8aad (patch) | |
tree | 43cfe4e3473afa977d215c6218680b9ad93d1a7b | |
parent | 59ed6b05db99d7e5144f4f8499c67cee9b833673 (diff) |
Tell users to grab i915_error_state on gpu hangs
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-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; |