Home
last modified time | relevance | path

Searched refs:I915_BO_ALLOC_USER (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h328 #define I915_BO_ALLOC_USER BIT(3) macro
349 I915_BO_ALLOC_USER | \
H A Di915_gem_object.c208 if (!(obj->flags & I915_BO_ALLOC_USER)) in i915_gem_object_can_bypass_llc()
704 if (!(obj->flags & I915_BO_ALLOC_USER)) in i915_gem_object_can_migrate()
H A Di915_gem_dmabuf.c322 I915_BO_ALLOC_USER); in i915_gem_prime_import()
H A Di915_gem_userptr.c555 I915_BO_ALLOC_USER); in i915_gem_userptr_ioctl()
H A Di915_gem_create.c125 flags = I915_BO_ALLOC_USER; in __i915_gem_object_create_user_ext()
H A Di915_gem_ttm.c1313 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_plane_initial.c114 I915_BO_ALLOC_USER | in initial_plane_vma()
H A Dintel_fbdev.c179 I915_BO_ALLOC_USER); in intelfb_alloc()