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
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
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
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