Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
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)
Di915_vma.c499 bind_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()
502 vma_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()
795 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_insert()
930 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_detach()
1446 BUILD_BUG_ON(PIN_USER != I915_VMA_LOCAL_BIND); in i915_vma_pin_ww()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dpt.c108 vma_res->bound_flags = I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in dpt_bind_vma()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_ggtt.c929 if (flags & I915_VMA_LOCAL_BIND) in aliasing_gtt_bind_vma()
945 if (vma_res->bound_flags & I915_VMA_LOCAL_BIND) in aliasing_gtt_unbind_vma()
1264 I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in gen8_gmch_probe()
Dgen6_ppgtt.c444 ppgtt->base.vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen6_ppgtt_create()
Dgen8_ppgtt.c1045 ppgtt->vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen8_ppgtt_create()