Home
last modified time | relevance | path

Searched refs:i915_vma_is_active (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_gem_evict.c114 if (i915_vma_is_active(vma)) in defer_evict()
405 if (flags & PIN_NONBLOCK && i915_vma_is_active(vma)) { in i915_gem_evict_for_node()
A Di915_gem.c181 !i915_vma_is_active(vma))) { in i915_gem_object_unbind()
953 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) in i915_gem_object_ggtt_pin_ww()
972 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma)) { in i915_gem_object_ggtt_pin_ww()
A Di915_vma.h51 static inline bool i915_vma_is_active(const struct i915_vma *vma) in i915_vma_is_active() function
A Di915_vma.c1696 GEM_BUG_ON(i915_vma_is_active(vma)); in release_references()
1940 GEM_BUG_ON(!i915_vma_is_active(vma)); in _i915_vma_move_to_active()
2048 GEM_BUG_ON(i915_vma_is_active(vma)); in __i915_vma_unbind()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_shrinker.c406 if (!vma->iomap || i915_vma_is_active(vma)) in i915_gem_shrinker_vmap()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_ggtt_fencing.c325 return fence->vma && i915_vma_is_active(fence->vma); in fence_is_active()

Completed in 17 milliseconds