drm/i915: Search harder for a reusable object
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 20 Sep 2009 19:16:50 +0000 (20:16 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Sep 2009 00:05:28 +0000 (01:05 +0100)
commit9a1e2582d8d397500d5241d1543709046e0f05ff
treed058191799e7d32da24bec5caa64ee69085e1921
parentab5ee57650165dc342a20d1213d48d585f2a72bd
drm/i915: Search harder for a reusable object

As evict_something() is called by routines that do not repeatedly search
again, try harder in the initial search to find an object that matches
the request.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_gem.c