Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/ !
H A Damdgpu_amdkfd_gpuvm.c1381 INIT_LIST_HEAD(&info->userptr_inval_list); in init_kfd_vm()
1564 WARN_ON(!list_empty(&process_info->userptr_inval_list)); in amdgpu_amdkfd_gpuvm_destroy_cb()
2488 * userptr_inval_list and updates user pages for all BOs that have
2502 /* Move all invalidated BOs to the userptr_inval_list */ in update_invalid_user_pages()
2508 &process_info->userptr_inval_list); in update_invalid_user_pages()
2510 /* Go through userptr_inval_list and update any invalid user_pages */ in update_invalid_user_pages()
2511 list_for_each_entry(mem, &process_info->userptr_inval_list, in update_invalid_user_pages()
2599 * Validates BOs on the userptr_inval_list. Also updates GPUVM page tables
2627 /* Reserve the userptr_inval_list entries to resv_list */ in validate_invalid_user_pages()
2628 list_for_each_entry(mem, &process_info->userptr_inval_list, in validate_invalid_user_pages()
[all...]