Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c282 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_tt_create()
365 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_eviction_valuable()
513 if (bo->resource && !i915_ttm_is_ghost_object(bo)) { in i915_ttm_delete_mem_notify()
622 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_swap_notify()
655 if (i915_ttm_is_ghost_object(mem->bo)) in i915_ttm_io_mem_reserve()
688 GEM_BUG_ON(i915_ttm_is_ghost_object(bo)); in i915_ttm_io_mem_pfn()
993 if (i915_ttm_is_ghost_object(bo)) in vm_fault_ttm()
1094 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_open()
1103 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_close()
Di915_gem_ttm.h37 static inline bool i915_ttm_is_ghost_object(struct ttm_buffer_object *bo) in i915_ttm_is_ghost_object() function
Di915_gem_ttm_move.c563 if (GEM_WARN_ON(i915_ttm_is_ghost_object(bo))) { in i915_ttm_move()