[PATCH 03/10] drm/amdkfd: set owner ref to svm range prefault

2021-06-21 Thread Alex Sierra
svm_range_prefault is called right before migrations to VRAM, to make sure pages are resident in system memory before the migration. With partial migrations, this reference is used by hmm range get pages to avoid migrating pages that are already in the same VRAM domain. Signed-off-by: Alex Sierra

Re: [PATCH 03/10] drm/amdkfd: set owner ref to svm range prefault

2021-06-21 Thread Felix Kuehling
On 2021-06-21 12:04 p.m., Alex Sierra wrote: svm_range_prefault is called right before migrations to VRAM, to make sure pages are resident in system memory before the migration. With partial migrations, this reference is used by hmm range get pages to avoid migrating pages that are already in the

[PATCH 03/10] drm/amdkfd: set owner ref to svm range prefault

2021-05-27 Thread Felix Kuehling
From: Alex Sierra svm_range_prefault is called right before migrations to VRAM, to make sure pages are resident in system memory before the migration. With partial migrations, this reference is used by hmm range get pages to avoid migrating pages that are already in the same VRAM domain. Signed-