Home
last modified time | relevance | path

Searched refs:pending_unbind (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c119 vma_res_itree_remove(vma_res, &vm->pending_unbind); in __i915_vma_resource_unhold()
248 vma_res_itree_insert(vma_res, &vma_res->vm->pending_unbind); in i915_vma_resource_unbind()
307 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_sync()
338 node = vma_res_itree_iter_first(&vm->pending_unbind, 0, in i915_vma_resource_bind_dep_sync_all()
394 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_await()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c241 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
H A Dintel_gtt.h297 struct rb_root_cached pending_unbind; member