Searched refs:i915_gem_object_has_struct_page (Results 1 – 15 of 15) sorted by relevance
29 if (!i915_gem_object_has_struct_page(obj)) { in mock_phys_object()43 if (i915_gem_object_has_struct_page(obj)) { in mock_phys_object()
154 if (!i915_gem_object_has_struct_page(obj)) { in lmem_pages_migrate_one()168 if (i915_gem_object_has_struct_page(obj)) { in lmem_pages_migrate_one()
885 !i915_gem_object_has_struct_page(obj) && in can_mmap()1424 access = i915_gem_object_has_struct_page(obj) || in can_access()
1084 if (i915_gem_object_has_struct_page(obj)) in cpu_check()
404 if (likely(i915_gem_object_has_struct_page(obj))) in shmem_put_pages()423 if (!i915_gem_object_has_struct_page(obj)) in shmem_pwrite()506 if (!i915_gem_object_has_struct_page(obj)) in shmem_pread()514 if (i915_gem_object_has_struct_page(obj)) in shmem_release()
35 if (i915_gem_object_has_struct_page(obj)) in __i915_gem_object_set_pages()363 if (!i915_gem_object_has_struct_page(obj) && in i915_gem_object_pin_map()439 else if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_pin_map()646 GEM_BUG_ON(!i915_gem_object_has_struct_page(obj)); in __i915_gem_object_get_page()
92 if (!i915_gem_object_has_struct_page(obj)) { in i915_gem_clflush_object()
652 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_read()702 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_write()
233 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_attach_phys()
494 if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_read_from_page()567 bool i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj) in i915_gem_object_has_struct_page() function
270 if (!i915_gem_object_has_struct_page(obj)) { in vm_fault_cpu()730 !i915_gem_object_has_struct_page(obj) && in __assign_mmap_offset()
275 bool i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj);
634 if (!i915_gem_object_has_struct_page(obj)) in use_cpu_reloc()
559 if (i915_gem_object_has_struct_page(obj)) { in i915_gem_gtt_pwrite_fast()792 if (!i915_gem_object_has_struct_page(obj) || in i915_gem_pwrite_ioctl()801 if (i915_gem_object_has_struct_page(obj)) in i915_gem_pwrite_ioctl()
877 if (i915_gem_object_has_struct_page(obj)) in uc_fw_bind_ggtt()1150 if (i915_gem_object_has_struct_page(uc_fw->obj)) { in intel_uc_fw_copy_rsa()
Completed in 30 milliseconds