Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c1265 struct amdgpu_vm *peer_vm; in process_validate_vms() local
1268 list_for_each_entry(peer_vm, &process_info->vm_list_head, in process_validate_vms()
1270 ret = vm_validate_pt_pd_bos(peer_vm); in process_validate_vms()
1281 struct amdgpu_vm *peer_vm; in process_sync_pds_resv() local
1284 list_for_each_entry(peer_vm, &process_info->vm_list_head, in process_sync_pds_resv()
1286 struct amdgpu_bo *pd = peer_vm->root.bo; in process_sync_pds_resv()
1301 struct amdgpu_vm *peer_vm; in process_update_pds() local
1304 list_for_each_entry(peer_vm, &process_info->vm_list_head, in process_update_pds()
1306 ret = vm_update_pds(peer_vm, sync); in process_update_pds()
2496 struct amdgpu_vm *peer_vm; in validate_invalid_user_pages() local
[all …]