]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add soft-pinning API for execbuffer
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 6 Oct 2015 10:53:11 +0000 (11:53 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 Oct 2015 10:52:53 +0000 (12:52 +0200)
commit576509e3f7ec5b1f9d8929b442482847adf3ec4b
treeb2144bef0081be4bb6cf88657224d73b5efdb803
parentf14c05edb563365dabe18a3187596210e6152bb6
drm/i915: Add soft-pinning API for execbuffer

Userspace can pass in an offset that it presumes the object is located
at. The kernel will then do its utmost to fit the object into that
location. The assumption is that userspace is handling its own object
locations (for example along with full-ppgtt) and that the kernel will
rarely have to make space for the user's requests.

v2: Fix i915_gem_evict_range() (now evict_for_vma) to handle ordinary
and fixed objects within the same batch

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: "Daniel, Thomas" <thomas.daniel@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gpu_error.c