[Bug 111203] [gen9 iris atom] Unigine Heaven gpu hang

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 23 17:55:03 UTC 2019


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

            Bug ID: 111203
           Summary: [gen9 iris atom] Unigine Heaven gpu hang
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: kenneth at whitecape.org
          Reporter: mark.a.janes at intel.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org

Created attachment 144859
  --> https://bugs.freedesktop.org/attachment.cgi?id=144859&action=edit
card0 error from bxt HD505

Running unigine heaven on BXT with iris generates gpu hang after about a
minute.  Bisected to:

dcfca0af7c5c2938d01abd7374b57ab242715508
Author:     Kenneth Graunke <kenneth at whitecape.org>

iris: Set XY Clipping correctly.

I was setting it based off a pipe_rasterizer_state field that appears
to be entirely dead outside of the draw module respecting it.

I should be setting it when the primitive type reaching the SF is
neither points nor lines.  This is, unfortunately, rather dirty,
as we have to look at the rasterizer state, the geometry shader state,
the tessellation evaluation shader state, and the primitive type...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190723/8d3cd9ca/attachment.html>


More information about the intel-3d-bugs mailing list