[Bug 99696] GPU HANG: ecode 9:0:0x87d6fffe, in X [836], reason: Hang on render ring, action: reset

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 6 22:36:32 UTC 2017


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Hmm, it does have the double 3DSTATE_VERTEX_ELEMENTS that I'm guessing is an
issue from skl+, i.e. that's a patch in
https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ to prevent that
sequence. As you seem to be reliably hitting this, testing -intel would be
invaluable feedback.

Alternatively, you can disable some acceleration using
/etc/X11/xorg.conf.d/intel.conf:
Section "Device"
  Identifier "igfx" 
  Driver "intel"
  Option "AccelMethod" "blt"
EndSection

or try modesetting, same file:
Section "Device"
  Identifier "igfx"
  Driver "modesetting"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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/20170206/d50faf1b/attachment.html>


More information about the intel-gfx-bugs mailing list