Home
last modified time | relevance | path

Searched refs:__i915_vma_evict (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_vma.h264 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async);
Di915_vma.c2011 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async) in __i915_vma_evict() function
2116 __i915_vma_evict(vma, false); in __i915_vma_unbind()
2150 fence = __i915_vma_evict(vma, true); in __i915_vma_unbind_async()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_ggtt.c163 __i915_vma_evict(vma, false); in i915_ggtt_suspend_vm()