Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c98 GEM_BUG_ON(!err && !i915_gem_object_has_pages(obj)); in ____i915_gem_object_get_pages()
118 if (unlikely(!i915_gem_object_has_pages(obj))) { in __i915_gem_object_get_pages()
146 GEM_BUG_ON(i915_gem_object_has_pages(obj)); in i915_gem_object_writeback()
354 if (unlikely(!i915_gem_object_has_pages(obj))) { in i915_gem_object_pin_map()
366 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in i915_gem_object_pin_map()
H A Di915_gem_object.h334 i915_gem_object_has_pages(struct drm_i915_gem_object *obj) in i915_gem_object_has_pages() function
342 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_pin_pages()
356 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_unpin_pages()
H A Di915_gem_shrinker.c53 return !i915_gem_object_has_pages(obj); in unsafe_drop_pages()
205 if (!i915_gem_object_has_pages(obj)) { in i915_gem_shrink()
461 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __i915_gem_object_make_shrinkable()
H A Di915_gem_clflush.c21 GEM_BUG_ON(!i915_gem_object_has_pages(obj)); in __do_clflush()
H A Di915_gem_tiling.c269 if (i915_gem_object_has_pages(obj) && in i915_gem_object_set_tiling()
H A Di915_gem_object.c234 GEM_BUG_ON(i915_gem_object_has_pages(obj)); in __i915_gem_free_objects()
H A Di915_gem_shmem.c355 if (i915_gem_object_has_pages(obj)) in shmem_pwrite()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c124 GEM_BUG_ON(!i915_gem_object_has_pages(p)); in __px_dma()
130 GEM_BUG_ON(!i915_gem_object_has_pages(p)); in __px_page()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gem.c1058 if (i915_gem_object_has_pages(obj) && in i915_gem_madvise_ioctl()
1076 if (i915_gem_object_has_pages(obj)) { in i915_gem_madvise_ioctl()
1096 !i915_gem_object_has_pages(obj)) in i915_gem_madvise_ioctl()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c1322 if (i915_gem_object_has_pages(obj)) { in __igt_mmap_revoke()
H A Dhuge_pages.c1543 if (i915_gem_object_has_pages(obj)) { in igt_shrink_thp()