Home
last modified time | relevance | path

Searched defs:i915_gem_object_is_userptr (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/drivers/gpu/drm/xe/compat-i915-headers/gem/
Di915_gem_object.h28 static inline bool i915_gem_object_is_userptr(const struct xe_bo *bo) in i915_gem_object_is_userptr() function
/linux-6.8/drivers/gpu/drm/i915/gem/
Di915_gem_object.h851 i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) in i915_gem_object_is_userptr() function
860 static inline bool i915_gem_object_is_userptr(struct drm_i915_gem_object *obj) { return false; } in i915_gem_object_is_userptr() function