Re: [Intel-gfx] [PATCH 16/21] drm/i915: Retire requests before disabling pagefaults

2011-04-16 Thread Daniel Vetter
On Sat, Apr 16, 2011 at 10:17:40AM +0100, Chris Wilson wrote: > As we cannot wait upon an object to be released by the GPU once we have > disabled pagefaults, process any pending retirements first in the hope > that we move any potential relocations off the active list. I have a hard time believin

[Intel-gfx] [PATCH 16/21] drm/i915: Retire requests before disabling pagefaults

2011-04-16 Thread Chris Wilson
As we cannot wait upon an object to be released by the GPU once we have disabled pagefaults, process any pending retirements first in the hope that we move any potential relocations off the active list. References: https://bugs.freedesktop.org/show_bug.cgi?id=35733 Signed-off-by: Chris Wilson ---