[Bug 70924] Xorg memory leak with >=xf86-video-intel-2.99.901 and above

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Nov 2 09:45:11 CET 2013


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

--- Comment #50 from Chris Wilson <chris at chris-wilson.co.uk> ---
Ok, that sounds like you hit a page-fault-of-doom on the fallback path. The
objects are just big enough for it to try mapping both of them at once, but is
unable to fit both simultaneously into the aperture. The result is that it has
to swap both objects in and out of the aperture around every single byte. That
is slow enough for the computer to appear to be unresponsive.

Sigh. It is meant to fallback to CPU mappings to prevent this.

-- 
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/20131102/d41b7f45/attachment.html>


More information about the intel-gfx-bugs mailing list