Summary: | [skl] GPU hang in Xorg | ||
---|---|---|---|
Product: | Mesa | Reporter: | Rainbert <rainbert> |
Component: | Drivers/DRI/i965 | Assignee: | Rainbert <rainbert> |
Status: | RESOLVED MOVED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | error state batch buffer |
Description
Rainbert
2017-01-08 23:03:40 UTC
Thank you for reporting this. Some GPU Hangs in Xorg have been confirmed to be fixed by recent changes to xf86-video-intel. Can you please attempt to reproduce this using modesetting? https://bugs.freedesktop.org/show_bug.cgi?id=98999 Thanks for this recommendation. I was indeed only using DRI2. After installing xf86-video-intel, DRI3 was activated and I could not reproduce the hang. So I consider the problem resolved! Thant's extremely cool, thanks! (BTW: I don't really no what modesetting is and if activating DRI3 is already equivalent to "using modesetting" as you were writing. If I do # cat /sys/module/i915/parameters/modeset I still get -1. Dunno if this means anything ...) Modesetting is an alternative to SNA, which causes the gpu hang that you experienced. Rather than updating xf86-video-intel, you could avoid using it by adding this X11 config file: /etc/X11/xorg.conf.d/20-modesetting.conf Section "Device" Identifier "Intel Graphics" Driver "modesetting" Option "AccelMethod" "glamor" Option "DRI" "3" EndSection *** This bug has been marked as a duplicate of bug 98999 *** Not the same bug, this is in mesa. Chris, please help me understand how this is a mesa bug if the originator fixed it by compiling latest xf86-video-intel. Rainbert, can you please provide more information about your configuration? What version of xf86-video-intel is working for you? If you switch to modesetting, does the bug reappear? Can you attach your xorg log from a session where the GPU hang occured? -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1560. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.