Re: [PATCH 09/10] drm/amdkfd: partially actual_loc removed

2021-06-21 Thread Felix Kuehling
On 2021-06-21 12:04 p.m., Alex Sierra wrote: actual_loc should not be used anymore, as pranges could have mixed locations (VRAM & SYSRAM) at the same time. Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 12 +--- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 71 +++

[PATCH 09/10] drm/amdkfd: partially actual_loc removed

2021-06-21 Thread Alex Sierra
actual_loc should not be used anymore, as pranges could have mixed locations (VRAM & SYSRAM) at the same time. Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 12 +--- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 71 ++-- 2 files changed, 29 insertions

[PATCH 09/10] drm/amdkfd: partially actual_loc removed

2021-05-27 Thread Felix Kuehling
From: Alex Sierra actual_loc should not be used anymore, as pranges could have mixed locations (VRAM & SYSRAM) at the same time. Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 12 +--- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 71 ++-- 2 files ch