Home
last modified time | relevance | path

Searched refs:I915_VMA_LOCAL_BIND (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h246 #define I915_VMA_LOCAL_BIND ((int)BIT(I915_VMA_LOCAL_BIND_BIT)) macro
248 #define I915_VMA_BIND_MASK (I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)
H A Di915_vma.c490 bind_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()
493 vma_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()
786 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_insert()
921 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_detach()
1437 BUILD_BUG_ON(PIN_USER != I915_VMA_LOCAL_BIND); in i915_vma_pin_ww()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c693 if (flags & I915_VMA_LOCAL_BIND) in aliasing_gtt_bind_vma()
709 if (vma_res->bound_flags & I915_VMA_LOCAL_BIND) in aliasing_gtt_unbind_vma()
1021 I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in gen8_gmch_probe()
H A Dgen6_ppgtt.c444 ppgtt->base.vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen6_ppgtt_create()
H A Dgen8_ppgtt.c1003 ppgtt->vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen8_ppgtt_create()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c110 vma_res->bound_flags = I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in dpt_bind_vma()