[Bug 83925] i915 driver crashes on "eglCreateContext()" after DRM/GBM calls

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 24 08:59:33 PDT 2014


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

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|idr at freedesktop.org         |intel-gfx-bugs at lists.freede
                   |                            |sktop.org
         QA Contact|intel-3d-bugs at lists.freedes |intel-gfx-bugs at lists.freede
                   |ktop.org                    |sktop.org
                 CC|                            |intel-gfx-bugs at lists.freede
                   |                            |sktop.org
            Product|Mesa                        |DRI
            Version|10.1                        |unspecified
          Component|Drivers/DRI/i915            |DRM/Intel

--- Comment #10 from Kenneth Graunke <kenneth at whitecape.org> ---
Reassigning to the kernel component since comments #8-9 indicate that it works
with kernel 3.15, but doesn't work with kernel 3.14.9.  It's probably not a
Mesa issue then.

(Also, note the conflicting information in comment #1, which says "HD 4400" -
Haswell GT2 - but then mentions Baytrail.  Based on the NUC product number and
backtrace, I believe this really is Baytrail, not Haswell.)

Manuel, I suspect the kernel guys will suggest bisecting to find the fix.  It's
usually pretty effective.  To find a fix, you want to treat "working" as "bad"
and "hanging" as "good".  Then bisect will find the first "bad" commit, i.e.
the commit that makes it start working.

$ git bisect start -- drivers/gpu/drm/i915 # or just (git bisect start, but
this will probably be faster and ought to work.)
$ git bisect good v3.14.9
$ git bisect bad v3.15
<build and test a kernel.  if working, 'git bisect bad'.  if hang, 'git bisect
good'>

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


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