Home
last modified time | relevance | path

Searched refs:exec_link (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_vma.h120 struct list_head exec_link; member
Di915_gem_execbuffer.c564 list_add_tail(&vma->exec_link, &eb->unbound); in eb_add_vma()
672 list_for_each_entry(vma, &eb->unbound, exec_link) { in eb_reserve()
694 list_add(&vma->exec_link, &eb->unbound); in eb_reserve()
696 list_add_tail(&vma->exec_link, &eb->unbound); in eb_reserve()
698 list_add_tail(&vma->exec_link, &last); in eb_reserve()