]> Git Repo - linux.git/commit
Revert "drm/amdkfd: Use partial migrations in GPU page faults"
authorPhilip Yang <[email protected]>
Mon, 23 Oct 2023 20:08:34 +0000 (16:08 -0400)
committerAlex Deucher <[email protected]>
Thu, 26 Oct 2023 22:41:23 +0000 (18:41 -0400)
commit541c341d2ee351f8deabef467dab4ba68bfb024f
tree56b6fa3012377edff8915219e6f09a20e80af330
parentafaec204d2912305d907abeac14c640f1cad2592
Revert "drm/amdkfd: Use partial migrations in GPU page faults"

This reverts commit dc427a473e5d119232ddb27530920d9796cdea70.

The change prevents migrating the entire range to VRAM because retry
fault restore_pages map the remaining system memory range to GPUs. It
will work correctly to submit together with partial mapping to GPU
patch later.

Signed-off-by: Philip Yang <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c
drivers/gpu/drm/amd/amdkfd/kfd_migrate.h
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
drivers/gpu/drm/amd/amdkfd/kfd_svm.h
This page took 0.05103 seconds and 4 git commands to generate.