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()
887 !i915_gem_object_has_struct_page(obj) && in can_mmap()1426 access = i915_gem_object_has_struct_page(obj) || in can_access()
1140 if (i915_gem_object_has_struct_page(obj)) in cpu_check()
393 if (likely(i915_gem_object_has_struct_page(obj))) in shmem_put_pages()413 if (!i915_gem_object_has_struct_page(obj)) in shmem_pwrite()457 if (!i915_gem_object_has_struct_page(obj)) in shmem_pread()465 if (i915_gem_object_has_struct_page(obj)) in shmem_release()
38 if (i915_gem_object_has_struct_page(obj)) in __i915_gem_object_set_pages()478 if (i915_gem_object_has_struct_page(obj)) { in i915_gem_object_panic_setup()508 if (!i915_gem_object_has_struct_page(obj) && in i915_gem_object_pin_map()584 else if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_pin_map()779 GEM_BUG_ON(!i915_gem_object_has_struct_page(obj)); in __i915_gem_object_get_page()
90 if (!i915_gem_object_has_struct_page(obj)) { in i915_gem_clflush_object()
668 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_read()718 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_prepare_write()
227 if (!i915_gem_object_has_struct_page(obj)) in i915_gem_object_attach_phys()
565 if (i915_gem_object_has_struct_page(obj)) in i915_gem_object_read_from_page()638 bool i915_gem_object_has_struct_page(const struct drm_i915_gem_object *obj) in i915_gem_object_has_struct_page() function
273 if (!i915_gem_object_has_struct_page(obj)) { in vm_fault_cpu()792 !i915_gem_object_has_struct_page(obj) && in __assign_mmap_offset()
280 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()795 if (!i915_gem_object_has_struct_page(obj) || in i915_gem_pwrite_ioctl()804 if (i915_gem_object_has_struct_page(obj)) in i915_gem_pwrite_ioctl()
1055 if (i915_gem_object_has_struct_page(obj)) in uc_fw_bind_ggtt()1347 if (i915_gem_object_has_struct_page(uc_fw->obj)) { in intel_uc_fw_copy_rsa()
Completed in 40 milliseconds