drm/i915: Refactor i915_gem_retire_requests()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 23 Jul 2010 22:18:49 +0000 (23:18 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:52:57 +0000 (19:52 -0700)
Combine the iteration over active render rings into a common function.
This is in preparation for reusing the idle function to also retire
deferred free requests.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found