Searched refs:i915_gem_object_is_userptr (Results 1 – 5 of 5) sorted by relevance
28 static inline bool i915_gem_object_is_userptr(const struct xe_bo *bo) in i915_gem_object_is_userptr() function
399 if (!i915_gem_object_is_userptr(obj) || in i915_gem_set_caching_ioctl()591 if (i915_gem_object_is_userptr(obj)) { in i915_gem_set_domain_ioctl()
852 i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) in i915_gem_object_is_userptr() function861 static inline bool i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) { return false; } in i915_gem_object_is_userptr() function
967 if (i915_gem_object_is_userptr(vma->obj)) { in eb_lookup_vmas()1768 if (!i915_gem_object_is_userptr(ev->vma->obj)) in eb_reinit_userptr()2165 if (!i915_gem_object_is_userptr(obj)) in eb_move_to_gpu()
1896 if (i915_gem_object_is_userptr(obj)) { in intel_user_framebuffer_create_handle()
Completed in 19 milliseconds