Re: [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

2023-01-16 Thread Felix Kuehling
...@lists.freedesktop.org Cc: Koenig, Christian Subject: Re: [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Reviewed-by: Xiaogang Chen Regards Xiaogang On 1

RE: [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

2023-01-16 Thread Errabolu, Ramesh
: Re: [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Reviewed-by: Xiaogang Chen Regards Xiaogang On 1/11/2023 7:31 PM, Felix Kuehling wrote

Re: [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

2023-01-13 Thread Chen, Xiaogang
Reviewed-by: Xiaogang Chen Regards Xiaogang On 1/11/2023 7:31 PM, Felix Kuehling wrote: This is needed to correctly handle BOs imported into the GEM API, which would otherwise get added twice to the same VM. Signed-off-by: Felix Kuehling --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c

[PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

2023-01-11 Thread Felix Kuehling
This is needed to correctly handle BOs imported into the GEM API, which would otherwise get added twice to the same VM. Signed-off-by: Felix Kuehling --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 28 +++ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git

[PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

2022-11-18 Thread Felix Kuehling
This is needed to correctly handle BOs imported into the GEM API, which would otherwise get added twice to the same VM. Signed-off-by: Felix Kuehling --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 28 +++ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git