[Bug 78992] [regression] DRI2 races
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 26 12:49:15 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78992
--- Comment #40 from Chris Wilson <chris at chris-wilson.co.uk> ---
For fun:
commit 2a0dc7ed4961d5bda08bb583a7a6a2cc633b27e4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon May 26 08:23:45 2014 +0100
sna/dri2: Move scanout processing from frame event to global
The scanout is a global property, track it as so. The primary benefit to
this is it strengthens our assertions that we never hand out an active
scanout for use as a back buffer.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
commit 05f149285b429c7b3f25ac8049477230aaef512c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Sun May 25 07:14:53 2014 +0100
sna/dri2: Defer reallocation of backbuffer until request
If we defer the reallocation of the backbuffer until the client requests
the set of current buffers (with GetBuffers), then we can often avoid
allocating the fresh backbuffer as the flip often retires before the
client is ready.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Can I ask if you can also compile with --enable-debug (if you haven't already)?
--
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/20140526/df5f757c/attachment.html>
More information about the intel-gfx-bugs
mailing list