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

2011-05-12 Thread Keith Packard
On Thu, 12 May 2011 22:17:18 +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. This seems to indicate a probl

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

2011-05-12 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 Rev