[Bug 70924] Xorg memory leak with >=xf86-video-intel-2.99.901 and above
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 5 01:25:55 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70924
--- Comment #79 from Chris Wilson <chris at chris-wilson.co.uk> ---
This should prevent it from taking the recursive path in the first place:
commit dc61705a6e425952de4c81c2320382af07cf948a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Tue Nov 5 08:49:28 2013 +0000
sna: Use an inplace exchange for large untiled BO
On older architectures, large BO have to be untiled and so we can reuse
an existing CPU bo by adjusting its caching mode.
References: https://bugs.freedesktop.org/show_bug.cgi?id=70924
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
and this should fix the recursion:
commit f3225fcb38686f3b9701725bf3a11ecf1c100c3f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Tue Nov 5 08:38:22 2013 +0000
sna: Be move conservative with tiling sizes for older fenced gen
The older generations have stricter requirements for alignment of fenced
GPU surfaces, so accommodate this by reducing our estimate available
space for the temporary tile.
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/20131105/b2e210ad/attachment.html>
More information about the intel-gfx-bugs
mailing list