Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c279 if (i915_ttm_is_ghost_object(bo)) in i915_ttm_tt_create()
362 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()
1174 GEM_BUG_ON(i915_ttm_is_ghost_object(vma->vm_private_data)); in ttm_vm_open()
1183 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