Re: [PATCH 2/5] drm/amdkfd: check child range to drain retry fault

2021-11-11 Thread philip yang
On 2021-11-09 10:26 p.m., Felix Kuehling wrote: On 2021-11-09 6:04 p.m., Philip Yang wrote: If unmapping partial range, the parent prange list op is update notifier, child range list op is unmap range, need check

Re: [PATCH 2/5] drm/amdkfd: check child range to drain retry fault

2021-11-09 Thread Felix Kuehling
On 2021-11-09 6:04 p.m., Philip Yang wrote: If unmapping partial range, the parent prange list op is update notifier, child range list op is unmap range, need check child range to set drain retry fault flag. Signed-off-by: Philip Yang I think this could be simplified by simply setting

[PATCH 2/5] drm/amdkfd: check child range to drain retry fault

2021-11-09 Thread Philip Yang
If unmapping partial range, the parent prange list op is update notifier, child range list op is unmap range, need check child range to set drain retry fault flag. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 13 - 1 file changed, 12 insertions(+), 1