Re: [PATCH v2] drm/amdgpu: Fix missing drain retry fault the last entry

2025-03-05 Thread Felix Kuehling
On 2025-03-04 22:54, Emily Deng wrote: While the entry get in svm_range_unmap_from_cpu is the last entry, and the entry is page fault, it also need to be dropped. So for equal case, it also need to be dropped. v2: Only modify the svm_range_restore_pages. Signed-off-by: Emily Deng --- drive

Re: [PATCH v2] drm/amdgpu: Fix missing drain retry fault the last entry

2025-03-05 Thread Chen, Xiaogang
Reviewed-by: Xiaogang Chen On 3/4/2025 9:54 PM, Emily Deng wrote: While the entry get in svm_range_unmap_from_cpu is the last entry, and the entry is page fault, it also need to be dropped. So for equal case, it also need to be dropped. v2: Only modify the svm_range_restore_pages. Signed-off-

[PATCH v2] drm/amdgpu: Fix missing drain retry fault the last entry

2025-03-04 Thread Emily Deng
While the entry get in svm_range_unmap_from_cpu is the last entry, and the entry is page fault, it also need to be dropped. So for equal case, it also need to be dropped. v2: Only modify the svm_range_restore_pages. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h | 3 +++ d