Home
last modified time | relevance | path

Searched refs:i915_gem_object_has_pages (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c322 GEM_BUG_ON(!i915_gem_object_has_pages(p)); in __px_vaddr()
328 GEM_BUG_ON(!i915_gem_object_has_pages(p)); in __px_dma()
334 GEM_BUG_ON(!i915_gem_object_has_pages(p)); in __px_page()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h658 i915_gem_object_has_pages(struct drm_i915_gem_object *obj) in i915_gem_object_has_pages() function
666 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_pin_pages()
680 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_unpin_pages()
H A Di915_gem_clflush.c23 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __do_clflush()
H A Di915_gem_object.c381 GEM_BUG_ON(i915_gem_object_has_pages(obj)); in __i915_gem_object_pages_fini()
828 return i915_gem_object_has_pages(obj); in i915_gem_object_placement_possible()
H A Di915_gem_tiling.c279 if (i915_gem_object_has_pages(obj) && in i915_gem_object_set_tiling()
H A Di915_gem_ttm.c819 if (!i915_gem_object_has_pages(obj)) { in __i915_ttm_get_pages()
987 } else if (!i915_gem_object_has_pages(obj)) { in i915_ttm_adjust_lru()
H A Di915_gem_shmem.c442 if (i915_gem_object_has_pages(obj)) in shmem_pwrite()
/linux/drivers/gpu/drm/i915/
H A Di915_drm_client.c61 if (i915_gem_object_has_pages(obj)) { in obj_meminfo()
H A Di915_gem.c1053 if (i915_gem_object_has_pages(obj) && in i915_gem_madvise_ioctl()
1074 if (i915_gem_object_has_pages(obj) || in i915_gem_madvise_ioctl()
1094 !i915_gem_object_has_pages(obj)) in i915_gem_madvise_ioctl()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1928 if (should_swap == i915_gem_object_has_pages(obj)) { in igt_shrink_thp()
H A Di915_gem_mman.c1786 if (i915_gem_object_has_pages(obj)) { in __igt_mmap_revoke()