diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2021-02-24 23:55:27 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-04-20 21:50:14 -0400 |
commit | 564d2b92c7d4569cdc76a08fd700de1309faa5e8 (patch) | |
tree | 495b7e3d27701932131bbdf3bfff4d131c4c5f59 /drivers/virtio | |
parent | cda0f85bfa5e5fddc51b94cfd6680c6697707a89 (diff) | |
download | linux-564d2b92c7d4569cdc76a08fd700de1309faa5e8.tar.bz2 |
drm/amdkfd: add svm range validate timestamp
With xnack on, add validate timestamp in order to handle GPU vm fault
from multiple GPUs.
If GPU retry fault need migrate the range to the best restore location,
use range validate timestamp to record system timestamp after range is
restored to update GPU page table.
Because multiple pages of same range have multiple retry fault, define
AMDGPU_SVM_RANGE_RETRY_FAULT_PENDING to the long time period that
pending retry fault may still comes after page table update, to skip
duplicate retry fault of same range.
If difference between system timestamp and range last validate timestamp
is bigger than AMDGPU_SVM_RANGE_RETRY_FAULT_PENDING, that means the
retry fault is from another GPU, then continue to handle retry fault
recover.
Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions