Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
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()
Dintel_gvt.c307 EXPORT_SYMBOL_NS_GPL(_i915_vma_move_to_active, I915_GVT);
Di915_vma.c1936 int _i915_vma_move_to_active(struct i915_vma *vma, in _i915_vma_move_to_active() function
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c2149 err = _i915_vma_move_to_active(vma, eb->requests[j], in eb_move_to_gpu()