drm/i915: Try a minimal attempt to insert the whole object for relocations
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 9 Oct 2017 08:43:59 +0000 (09:43 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 9 Oct 2017 16:07:29 +0000 (17:07 +0100)
commit3c755c5b56a79cf0a2681abf705cebfb10737db2
tree597e4bdd94487563181db008d79ffcf9e8ba2f7e
parentf34a93bbb33d988df36bb99f791f0bf8a7017041
drm/i915: Try a minimal attempt to insert the whole object for relocations

As we have a lightweight fallback to insert a single page into the
aperture, try to avoid any heavier evictions when attempting to insert
the entire object.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20171009084401.29090-5-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_gem_execbuffer.c