Re: [PATCH 11/21] drm/amdkfd: Add GFXv9 MQD manager

2018-05-11 Thread Felix Kuehling
On 2018-05-11 03:06 PM, Oded Gabbay wrote: > On Fri, May 11, 2018 at 9:15 PM, Felix Kuehling > wrote: >> This patch series was meant to be applied after the userptr changes. I >> haven't tested this without the userptr changes. >> >> I think your main concern about

Re: [PATCH 11/21] drm/amdkfd: Add GFXv9 MQD manager

2018-05-11 Thread Oded Gabbay
On Fri, May 11, 2018 at 9:15 PM, Felix Kuehling wrote: > This patch series was meant to be applied after the userptr changes. I > haven't tested this without the userptr changes. > > I think your main concern about userptr is the use of GFP_NOIO. I > remember considering

Re: [PATCH 11/21] drm/amdkfd: Add GFXv9 MQD manager

2018-05-11 Thread Felix Kuehling
This patch series was meant to be applied after the userptr changes. I haven't tested this without the userptr changes. I think your main concern about userptr is the use of GFP_NOIO. I remember considering memalloc_noio_save/restore when I worked on this over a year ago. I found an old email

Re: [PATCH 11/21] drm/amdkfd: Add GFXv9 MQD manager

2018-05-11 Thread Oded Gabbay
On Wed, Apr 11, 2018 at 12:33 AM, Felix Kuehling wrote: > Signed-off-by: John Bridgman > Signed-off-by: Jay Cornwall > Signed-off-by: Felix Kuehling > --- > drivers/gpu/drm/amd/amdkfd/Makefile

[PATCH 11/21] drm/amdkfd: Add GFXv9 MQD manager

2018-04-10 Thread Felix Kuehling
Signed-off-by: John Bridgman Signed-off-by: Jay Cornwall Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdkfd/Makefile | 1 + drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 +-