Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c276 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_tt_create()
359 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_eviction_valuable()
513 if ((bo->resource || bo->ttm) && !i915_ttm_is_ghost_object(bo)) { in i915_ttm_delete_mem_notify()
625 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_swap_notify()
658 if (i915_ttm_is_ghost_object(mem->bo)) in i915_ttm_io_mem_reserve()
691 GEM_BUG_ON(i915_ttm_is_ghost_object(bo)); in i915_ttm_io_mem_pfn()
1167 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_open()
1176 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_close()
H A Di915_gem_ttm.h37 static inline bool i915_ttm_is_ghost_object(struct ttm_buffer_object *bo) in i915_ttm_is_ghost_object() function
H A Di915_gem_ttm_move.c584 if (GEM_WARN_ON(i915_ttm_is_ghost_object(bo))) { in i915_ttm_move()