Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c88 GEM_BUG_ON(!err && !i915_gem_object_has_pages(obj)); in ____i915_gem_object_get_pages()
108 if (unlikely(!i915_gem_object_has_pages(obj))) { in __i915_gem_object_get_pages()
136 GEM_BUG_ON(i915_gem_object_has_pages(obj)); in i915_gem_object_writeback()
296 if (unlikely(!i915_gem_object_has_pages(obj))) { in i915_gem_object_pin_map()
308 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in i915_gem_object_pin_map()
Di915_gem_object.h254 i915_gem_object_has_pages(struct drm_i915_gem_object *obj) in i915_gem_object_has_pages() function
262 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_pin_pages()
276 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_unpin_pages()
Di915_gem_shrinker.c103 return !i915_gem_object_has_pages(obj); in unsafe_drop_pages()
259 if (!i915_gem_object_has_pages(obj)) { in i915_gem_shrink()
550 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_make_shrinkable()
Di915_gem_clflush.c21 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __do_clflush()
Di915_gem_object.c180 GEM_BUG_ON(i915_gem_object_has_pages(obj)); in __i915_gem_free_objects()
Di915_gem_tiling.c251 if (i915_gem_object_has_pages(obj) && in i915_gem_object_set_tiling()
Di915_gem_shmem.c349 if (i915_gem_object_has_pages(obj)) in shmem_pwrite()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem.c1087 if (i915_gem_object_has_pages(obj) && in i915_gem_madvise_ioctl()
1105 if (i915_gem_object_has_pages(obj)) { in i915_gem_madvise_ioctl()
1125 !i915_gem_object_has_pages(obj)) in i915_gem_madvise_ioctl()
Di915_gpu_error.c1348 if (obj && i915_gem_object_has_pages(obj)) { in capture_object()
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1567 if (i915_gem_object_has_pages(obj)) { in igt_shrink_thp()