Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.h262 struct list_head relocated; member
Damdgpu_vm.c287 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated()
1300 if (list_empty(&vm->relocated)) in amdgpu_vm_update_pdes()
1312 while (!list_empty(&vm->relocated)) { in amdgpu_vm_update_pdes()
1315 entry = list_first_entry(&vm->relocated, struct amdgpu_vm_pt, in amdgpu_vm_update_pdes()
2826 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init()