Re: [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

2021-03-05 Thread Nirmoy
On 3/5/21 1:37 AM, Felix Kuehling wrote: Am 2021-03-03 um 7:04 a.m. schrieb Christian König: Am 03.03.21 um 10:25 schrieb Nirmoy Das: Implement a new struct based on amdgpu_bo base class for BOs created by kfd device so that kfd related memeber of amdgpu_bo can be moved there. You should

Re: [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

2021-03-04 Thread Felix Kuehling
Am 2021-03-03 um 7:04 a.m. schrieb Christian König: > Am 03.03.21 um 10:25 schrieb Nirmoy Das: >> Implement a new struct based on amdgpu_bo base class >> for BOs created by kfd device so that kfd related memeber >> of amdgpu_bo can be moved there. > > You should probably restructure which patch

Re: [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

2021-03-03 Thread Nirmoy
On 3/3/21 1:04 PM, Christian König wrote: Am 03.03.21 um 10:25 schrieb Nirmoy Das: Implement a new struct based on amdgpu_bo base class for BOs created by kfd device so that kfd related memeber of amdgpu_bo can be moved there. You should probably restructure which patch has which code in it

Re: [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

2021-03-03 Thread Christian König
Am 03.03.21 um 10:25 schrieb Nirmoy Das: Implement a new struct based on amdgpu_bo base class for BOs created by kfd device so that kfd related memeber of amdgpu_bo can be moved there. You should probably restructure which patch has which code in it here. The first one adds the general

[PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

2021-03-03 Thread Nirmoy Das
Implement a new struct based on amdgpu_bo base class for BOs created by kfd device so that kfd related memeber of amdgpu_bo can be moved there. v2: rename AMDGPU_GEM_USER_KFD -> AMDGPU_GEM_CREATE_KFD Signed-off-by: Nirmoy Das --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 10 --