Lines Matching full:moved

183 	vm_bo->moved = true;  in amdgpu_vm_bo_evicted()
192 * amdgpu_vm_bo_moved - vm_bo is moved
194 * @vm_bo: vm_bo which is moved
196 * State for per VM BOs which are moved, but that change is not yet reflected
202 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
219 vm_bo->moved = false; in amdgpu_vm_bo_idle()
247 vm_bo->moved = true; in amdgpu_vm_bo_evicted_user()
301 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
305 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
307 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine()
319 * stat changed (e.g. buffer was moved) amdgpu_vm_update_stats need to be called
407 * Updates the basic memory stat when bo is added/deleted/moved.
973 /* vm_flush_needed after updating moved PDEs */ in amdgpu_vm_update_pdes()
974 flush_tlb_needed |= entry->moved; in amdgpu_vm_update_pdes()
1316 if (!clear && bo_va->base.moved) { in amdgpu_vm_bo_update()
1366 bo_va->base.moved = false; in amdgpu_vm_bo_update()
1567 * amdgpu_vm_handle_moved - handle moved BOs in the PT
1573 * Make sure all BOs which are moved are updated in the PTs.
1590 while (!list_empty(&vm->moved)) { in amdgpu_vm_handle_moved()
1591 bo_va = list_first_entry(&vm->moved, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
1759 if (amdgpu_vm_is_bo_always_valid(vm, bo) && !bo_va->base.moved) in amdgpu_vm_bo_insert_map()
2061 !before->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
2076 !after->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
2249 if (bo_base->moved) in amdgpu_vm_bo_invalidate()
2251 bo_base->moved = true; in amdgpu_vm_bo_invalidate()
2547 INIT_LIST_HEAD(&vm->moved); in amdgpu_vm_init()
3047 list_for_each_entry_safe(bo_va, tmp, &vm->moved, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
3079 seq_printf(m, "\tTotal moved size: %12lld\tobjs:\t%d\n", total_moved, in amdgpu_debugfs_vm_bo_info()