Searched hist:"90 d7d3eda5796fa48048f1114b0aa090c5465d17" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.h | diff 90d7d3eda5796fa48048f1114b0aa090c5465d17 Wed Feb 24 21:34:11 CST 2021 Felix Kuehling <Felix.Kuehling@amd.com> drm/amdkfd: invalidate tables on page retry fault
GPU page tables are invalidated by unmapping prange directly at the mmu notifier, when page fault retry is enabled through amdgpu_noretry global parameter. The restore page table is performed at the page fault handler.
If xnack is on, we update GPU mappings after migration to avoid unnecessary GPUVM faults.
Signed-off-by: Alex Sierra <alex.sierra@amd.com> 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>
|
H A D | kfd_migrate.c | diff 90d7d3eda5796fa48048f1114b0aa090c5465d17 Wed Feb 24 21:34:11 CST 2021 Felix Kuehling <Felix.Kuehling@amd.com> drm/amdkfd: invalidate tables on page retry fault
GPU page tables are invalidated by unmapping prange directly at the mmu notifier, when page fault retry is enabled through amdgpu_noretry global parameter. The restore page table is performed at the page fault handler.
If xnack is on, we update GPU mappings after migration to avoid unnecessary GPUVM faults.
Signed-off-by: Alex Sierra <alex.sierra@amd.com> 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>
|
H A D | kfd_svm.c | diff 90d7d3eda5796fa48048f1114b0aa090c5465d17 Wed Feb 24 21:34:11 CST 2021 Felix Kuehling <Felix.Kuehling@amd.com> drm/amdkfd: invalidate tables on page retry fault
GPU page tables are invalidated by unmapping prange directly at the mmu notifier, when page fault retry is enabled through amdgpu_noretry global parameter. The restore page table is performed at the page fault handler.
If xnack is on, we update GPU mappings after migration to avoid unnecessary GPUVM faults.
Signed-off-by: Alex Sierra <alex.sierra@amd.com> 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>
|