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.
957 /* vm_flush_needed after updating moved PDEs */ in amdgpu_vm_update_pdes()
958 flush_tlb_needed |= entry->moved; in amdgpu_vm_update_pdes()
1300 if (!clear && bo_va->base.moved) { in amdgpu_vm_bo_update()
1350 bo_va->base.moved = false; in amdgpu_vm_bo_update()
1551 * amdgpu_vm_handle_moved - handle moved BOs in the PT
1557 * Make sure all BOs which are moved are updated in the PTs.
1574 while (!list_empty(&vm->moved)) { in amdgpu_vm_handle_moved()
1575 bo_va = list_first_entry(&vm->moved, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
1743 if (amdgpu_vm_is_bo_always_valid(vm, bo) && !bo_va->base.moved) in amdgpu_vm_bo_insert_map()
2045 !before->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
2060 !after->bo_va->base.moved) in amdgpu_vm_bo_clear_mappings()
2233 if (bo_base->moved) in amdgpu_vm_bo_invalidate()
2235 bo_base->moved = true; in amdgpu_vm_bo_invalidate()
2531 INIT_LIST_HEAD(&vm->moved); in amdgpu_vm_init()
3049 list_for_each_entry_safe(bo_va, tmp, &vm->moved, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
3081 seq_printf(m, "\tTotal moved size: %12lld\tobjs:\t%d\n", total_moved, in amdgpu_debugfs_vm_bo_info()