commit | 70424970b4be72acd3bfbde36f7a262e0c676f96 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 24 00:27:22 2012 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Feb 27 17:37:13 2012 +0100 |
tree | 5067b4ab3b135405bc2727d310079993040f1518 | |
parent | b67082425350a0a47cde7ebfb7914a72c4c97d0f [diff] |
drm/i915: No need to search again after retiring requests Retiring requests does not typically free up space in the aperture, so the additional search is pointless. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>