Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H 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()
520 if ((bo->resource || bo->ttm) && !i915_ttm_is_ghost_object(bo)) { in i915_ttm_delete_mem_notify()
632 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_swap_notify()
665 if (i915_ttm_is_ghost_object(mem->bo)) in i915_ttm_io_mem_reserve()
698 GEM_BUG_ON(i915_ttm_is_ghost_object(bo)); in i915_ttm_io_mem_pfn()
1172 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_open()
1181 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()