Searched refs:I915_BO_ALLOC_USER (Results 1 – 6 of 6) sorted by relevance
294 #define I915_BO_ALLOC_USER BIT(3) macro302 I915_BO_ALLOC_USER | \
139 if (!(obj->flags & I915_BO_ALLOC_USER)) in i915_gem_object_can_bypass_llc()611 if (!(obj->flags & I915_BO_ALLOC_USER)) in i915_gem_object_can_migrate()
314 I915_BO_ALLOC_USER); in i915_gem_prime_import()
121 flags = I915_BO_ALLOC_USER; in __i915_gem_object_create_user_ext()
553 I915_BO_ALLOC_USER); in i915_gem_userptr_ioctl()
949 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()
Completed in 11 milliseconds