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()
124 if (!i915_gem_object_has_struct_page(obj)) { in lmem_pages_migrate_one()137 if (i915_gem_object_has_struct_page(obj)) { in lmem_pages_migrate_one()
870 !i915_gem_object_has_struct_page(obj) && in can_mmap()1012 access = i915_gem_object_has_struct_page(obj) || in can_access()
1064 if (i915_gem_object_has_struct_page(obj)) in cpu_check()
352 if (likely(i915_gem_object_has_struct_page(obj))) in shmem_put_pages()370 if (!i915_gem_object_has_struct_page(obj)) in shmem_pwrite()455 if (!i915_gem_object_has_struct_page(obj)) in shmem_pread()463 if (i915_gem_object_has_struct_page(obj)) in shmem_release()
30 if (i915_gem_object_has_struct_page(obj)) in __i915_gem_object_set_pages()352 if (!i915_gem_object_has_struct_page(obj) && in i915_gem_object_pin_map()420 else if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_pin_map()613 GEM_BUG_ON(!i915_gem_object_has_struct_page(obj)); in i915_gem_object_get_page()
83 if (!i915_gem_object_has_struct_page(obj)) { in i915_gem_clflush_object()
615 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_read()665 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_write()
468 if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_read_from_page()541 bool i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj) in i915_gem_object_has_struct_page() function
229 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_attach_phys()
266 if (!i915_gem_object_has_struct_page(obj)) { in vm_fault_cpu()694 !i915_gem_object_has_struct_page(obj) && in __assign_mmap_offset()
288 bool i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj);
629 if (!i915_gem_object_has_struct_page(obj)) in use_cpu_reloc()
534 if (i915_gem_object_has_struct_page(obj)) { in i915_gem_gtt_pwrite_fast()766 if (!i915_gem_object_has_struct_page(obj) || in i915_gem_pwrite_ioctl()775 if (i915_gem_object_has_struct_page(obj)) in i915_gem_pwrite_ioctl()
437 if (i915_gem_object_has_struct_page(obj)) in uc_fw_bind_ggtt()614 if (i915_gem_object_has_struct_page(uc_fw->obj)) { in intel_uc_fw_copy_rsa()
Completed in 30 milliseconds