Searched refs:bound_list (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.c199 list_for_each_entry_safe(vma, next, &vm->bound_list, vm_link) {
226 list_move_tail(&vma->vm_link, &vm->bound_list);
482 list_for_each_entry(vma, &vm->bound_list, vm_link) {
H A Di915_vma.c920 list_move_tail(&vma->vm_link, &vma->vm->bound_list);
1577 list_move_tail(&vma->vm_link, &vma->vm->bound_list);
H A Di915_gem.c104 list_for_each_entry(vma, &ggtt->vm.bound_list, vm_link)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c187 clear_vm_list(&vm->bound_list);
191 GEM_BUG_ON(!list_empty(&vm->bound_list));
314 INIT_LIST_HEAD(&vm->bound_list);
H A Dintel_ggtt.c134 list_for_each_entry_safe(vma, vn, &vm->bound_list, vm_link) {
1047 list_for_each_entry_safe(vma, vn, &ggtt->vm.bound_list, vm_link) {
1570 list_for_each_entry(vma, &vm->bound_list, vm_link) {
H A Dintel_gtt.h278 struct list_head bound_list; member in struct:i915_address_space
397 * All objects within this list must also be on bound_list.
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c77 if (list_empty(&ggtt->vm.bound_list)) {
89 list_for_each_entry(vma, &ggtt->vm.bound_list, vm_link)
H A Di915_gem_gtt.c1449 list_move_tail(&vma->vm_link, &vma->vm->bound_list);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c212 list_splice(&unbind, &ggtt->vm.bound_list);
H A Di915_gem_shrinker.c173 * unreferencing and the bound_list are both protected by the
175 * object on the bound_list with a reference count equals 0.
407 &gt->ggtt->vm.bound_list, vm_link) {

Completed in 322 milliseconds