Re: [PATCH 2/3] drm/amdkfd: skip invalid pages during migrations

2021-05-17 Thread Felix Kuehling
Am 2021-05-12 um 1:34 p.m. schrieb Alex Sierra: > Invalid pages can be the result of pages that have been migrated > already due to copy-on-write procedure or pages that were never > migrated to VRAM in first place. This is not an issue anymore, > as pranges now support mixed memory domains (CPU/GP

[PATCH 2/3] drm/amdkfd: skip invalid pages during migrations

2021-05-12 Thread Alex Sierra
Invalid pages can be the result of pages that have been migrated already due to copy-on-write procedure or pages that were never migrated to VRAM in first place. This is not an issue anymore, as pranges now support mixed memory domains (CPU/GPU). Signed-off-by: Alex Sierra --- drivers/gpu/drm/am