commit | 8fe301add51206ca53576471059393b925f30124 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 17 15:31:28 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 18 13:20:35 2012 +0200 |
tree | 2abd97cc5fdd9787ab1ccfea1f60c5df502e2ef9 | |
parent | 1c293ea3b1d1c72f1fc5f398e03232d8d302bd23 [diff] |
drm/i915: Simplify fence finding As the fences are stored in LRU order, we can simply reuse the oldest if we do not have an unused register. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>