Home
last modified time | relevance | path

Searched refs:_i915_vma_move_to_active (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma.h60 int __must_check _i915_vma_move_to_active(struct i915_vma *vma,
68 return _i915_vma_move_to_active(vma, rq, &rq->fence, flags); in i915_vma_move_to_active()
H A Dintel_gvt.c306 EXPORT_SYMBOL_NS_GPL(_i915_vma_move_to_active, I915_GVT);
H A Di915_vma.c1929 int _i915_vma_move_to_active(struct i915_vma *vma, in _i915_vma_move_to_active() function
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2148 err = _i915_vma_move_to_active(vma, eb->requests[j], in eb_move_to_gpu()