Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_ttm.c283 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_tt_create()
366 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_eviction_valuable()
514 if (bo->resource && !i915_ttm_is_ghost_object(bo)) { in i915_ttm_delete_mem_notify()
626 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_swap_notify()
659 if (i915_ttm_is_ghost_object(mem->bo)) in i915_ttm_io_mem_reserve()
692 GEM_BUG_ON(i915_ttm_is_ghost_object(bo)); in i915_ttm_io_mem_pfn()
1165 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_open()
1174 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_close()
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
A Di915_gem_ttm_move.c579 if (GEM_WARN_ON(i915_ttm_is_ghost_object(bo))) { in i915_ttm_move()

Completed in 7 milliseconds