[Bug 77053] segfault in sna_set_cursor_position with PRIME + opengl compositing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 4 08:07:10 PDT 2014


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

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
The bug is actually dependent upon the CRTC being transformed, which should not
be an artefact of OpenGL compositing... That's something to look into as to why
the RandR configuration is different.

Many thanks,

commit 02862faeae21bd445d61006c9aeb966fbe6a7670
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Apr 4 16:03:08 2014 +0100

    sna: Remove unitialized use of 'cursor'

    The earlier query of cursor (simply to find out the hw size) was
    replaced by an invariant determined when the cursor was first set.
    However, not all uses of cursor->size were fixed.

    Fixes regression from
    commit f98b2e164637292c2425f6e6d2c22bd9a2800f8e
    Author: Chris Wilson <chris at chris-wilson.co.uk>
    Date:   Wed Apr 2 08:36:14 2014 +0100

        sna: Prevent signal re-entrancy into cursor update routines

    Reported-by: Christoph Haag <haagch.christoph at googlemail.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77053
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

-- 
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-gfx-bugs/attachments/20140404/aafa5d61/attachment.html>


More information about the intel-gfx-bugs mailing list