diff options
author | Alex Sierra <[email protected]> | 2023-08-15 15:42:52 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-31 17:54:41 -0400 |
commit | 3aca8cca606be64c7cd6b61b36c8208bab37d44b (patch) | |
tree | dc17585944ad40413021a886ece3dfa0dce841ac /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
parent | bae44a8fcb6e7e244a524b7f3da35b69aa7bb4b3 (diff) |
drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages
if hmm_range_get_pages returns EBUSY error during
svm_range_validate_and_map, within the context of a page fault
interrupt. This should retry through svm_range_restore_pages
callback. Therefore we treat this as EAGAIN error instead, and defer
it to restore pages fallback.
Signed-off-by: Alex Sierra <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions