HomeSort by: relevance | last modified time | path
    Searched refs:userptr_inval_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gpuvm.c 896 INIT_LIST_HEAD(&info->userptr_inval_list);
1056 WARN_ON(!list_empty(&process_info->userptr_inval_list));
1702 * userptr_inval_list and updates user pages for all BOs that have
1713 /* Move all invalidated BOs to the userptr_inval_list and
1736 &process_info->userptr_inval_list);
1739 if (list_empty(&process_info->userptr_inval_list))
1742 /* Go through userptr_inval_list and update any invalid user_pages */
1743 list_for_each_entry(mem, &process_info->userptr_inval_list,
1782 * Validates BOs on the userptr_inval_list, and moves them back to the
1817 /* Add the userptr_inval_list entries to resv_list *
    [all...]
amdgpu_amdkfd.h 109 struct list_head userptr_inval_list; member in struct:amdkfd_process_info

Completed in 12 milliseconds