Searched refs:i915_gem_object_is_userptr (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/xe/compat-i915-headers/gem/
H A Di915_gem_object.h28 static inline bool i915_gem_object_is_userptr(const struct xe_bo *bo) function
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c399 if (!i915_gem_object_is_userptr(obj) ||
591 if (i915_gem_object_is_userptr(obj)) {
H A Di915_gem_object.h851 i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) function
860 static inline bool i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) { return false; } function
H A Di915_gem_execbuffer.c968 if (i915_gem_object_is_userptr(vma->obj)) {
1769 if (!i915_gem_object_is_userptr(ev->vma->obj))
2166 if (!i915_gem_object_is_userptr(obj))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1917 if (i915_gem_object_is_userptr(obj)) {

Completed in 129 milliseconds