Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc:

Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread Keith Packard
David Airlie airl...@redhat.com writes: Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001

Re: [PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-23 Thread David Airlie
Chris Wilson ch...@chris-wilson.co.uk writes: This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

[PATCH] dri2: Use the PrimeScreen when creating/reusing buffers

2014-06-18 Thread Chris Wilson
This fixes a segfault when we attempt to call ds-ReuseBufferNotify() passing a Prime DRI2BufferPtr to the master backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80001 Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc: Michel Dänzer mic...@daenzer.net Cc: Dave Airlie