Re: [PATCH 5/8] drm/amdkfd: Use PASID manager from KGD

2017-09-16 Thread Oded Gabbay
On Wed, Sep 13, 2017 at 2:05 AM, Felix Kuehling wrote: > Signed-off-by: Felix Kuehling > --- > drivers/gpu/drm/amd/amdkfd/kfd_module.c | 6 --- > drivers/gpu/drm/amd/amdkfd/kfd_pasid.c | 90 > ++--- > 2 files changed, 38 insertions(+), 58 deletions(-) > > diff --gi

Re: [PATCH 5/8] drm/amdkfd: Use PASID manager from KGD

2017-09-13 Thread Alex Deucher
On Tue, Sep 12, 2017 at 7:05 PM, Felix Kuehling wrote: > Signed-off-by: Felix Kuehling Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdkfd/kfd_module.c | 6 --- > drivers/gpu/drm/amd/amdkfd/kfd_pasid.c | 90 > ++--- > 2 files changed, 38 insertions(+), 58

Re: [PATCH 5/8] drm/amdkfd: Use PASID manager from KGD

2017-09-05 Thread Felix Kuehling
On 2017-09-03 07:54 AM, Oded Gabbay wrote: > Don't you need to allocate PASID on all possible devices ? > If so, does it need to be the same on all devices ? The PASID allocator is global (not per-device), so the PASID is intended to be the same for all devices. I only need to find a device for th

Re: [PATCH 5/8] drm/amdkfd: Use PASID manager from KGD

2017-09-03 Thread Oded Gabbay
On Wed, Aug 30, 2017 at 1:25 AM, Felix Kuehling wrote: > Signed-off-by: Felix Kuehling > --- > drivers/gpu/drm/amd/amdkfd/kfd_module.c | 6 --- > drivers/gpu/drm/amd/amdkfd/kfd_pasid.c | 90 > ++--- > 2 files changed, 38 insertions(+), 58 deletions(-) > > diff --gi