Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_vma.h59 int __must_check _i915_vma_move_to_active(struct i915_vma *vma,
67 return _i915_vma_move_to_active(vma, rq, &rq->fence, flags); in i915_vma_move_to_active()
Dintel_gvt.c306 EXPORT_SYMBOL_NS_GPL(_i915_vma_move_to_active, I915_GVT);
Di915_vma.c1838 int _i915_vma_move_to_active(struct i915_vma *vma, in _i915_vma_move_to_active() function
/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c2099 err = _i915_vma_move_to_active(vma, eb->requests[j], in eb_move_to_gpu()