Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_evict.c42 if (WARN_ON(!list_empty(&vma->exec_list))) in mark_free()
45 list_add(&vma->exec_list, unwind); in mark_free()
138 exec_list); in i915_gem_evict_something()
142 list_del_init(&vma->exec_list); in i915_gem_evict_something()
175 exec_list); in i915_gem_evict_something()
177 list_move(&vma->exec_list, &eviction_list); in i915_gem_evict_something()
181 list_del_init(&vma->exec_list); in i915_gem_evict_something()
189 exec_list); in i915_gem_evict_something()
192 list_del_init(&vma->exec_list); in i915_gem_evict_something()
Di915_gem_execbuffer.c154 list_add_tail(&vma->exec_list, &eb->vmas); in eb_lookup_vmas()
242 exec_list); in eb_destroy()
243 list_del_init(&vma->exec_list); in eb_destroy()
568 list_for_each_entry(vma, &eb->vmas, exec_list) { in i915_gem_execbuffer_relocate()
696 vm = list_first_entry(vmas, struct i915_vma, exec_list)->vm; in i915_gem_execbuffer_reserve()
703 vma = list_first_entry(vmas, struct i915_vma, exec_list); in i915_gem_execbuffer_reserve()
716 list_move(&vma->exec_list, &ordered_vmas); in i915_gem_execbuffer_reserve()
718 list_move_tail(&vma->exec_list, &ordered_vmas); in i915_gem_execbuffer_reserve()
742 list_for_each_entry(vma, vmas, exec_list) { in i915_gem_execbuffer_reserve()
755 list_for_each_entry(vma, vmas, exec_list) { in i915_gem_execbuffer_reserve()
[all …]
Di915_gem_gtt.h179 struct list_head exec_list; member
Dintel_lrc.c612 list_for_each_entry(vma, vmas, exec_list) { in execlists_move_to_gpu()
Di915_gem_gtt.c2541 INIT_LIST_HEAD(&vma->exec_list); in __i915_gem_vma_create()
Di915_gem.c4571 if (!list_empty(&vma->exec_list)) in i915_gem_vma_destroy()