commit | b09a1feca65764311f8a3e14befb52b98d705f0a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 23 23:18:49 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Sun Aug 01 19:52:57 2010 -0700 |
tree | 304b9bcb257b21bec30244e207e47d95035148bd | |
parent | b9421ae8f30958deea98d71477b4a77a066856b4 [diff] |
drm/i915: Refactor i915_gem_retire_requests() 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>