[Bug 106385] [GLK] GPU HANG: ecode 9:0:0xfffffffe, reason: hang on rcs0, bcs0, vcs0, vecs0, action: reset

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 3 16:13:24 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=106385

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
It appears that 5s after queuing the initial requests, we haven't even
submitted them to HW. Quite distressing!

I see you are running with tip, could you please enable
CONFIG_DRM_I915_TRACE_GEM=y and apply something like:

diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c
b/drivers/gpu/drm/i915/i915_gpu_error.c
index df234dc23274..6207bc35a53d 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1840,6 +1840,8 @@ void i915_capture_error_state(struct drm_i915_private
*i915,
                return;
        }

+       GEM_TRACE_DUMP();
+
        i915_error_capture_msg(i915, error, engine_mask, error_msg);
        DRM_INFO("%s\n", error->error_msg);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180503/520f8d1e/attachment.html>


More information about the intel-gfx-bugs mailing list