Re: [PATCH] drm/amdkfd: Remove GWS from process during uninit

2019-07-17 Thread Kuehling, Felix
On 2019-07-17 10:58, Greathouse, Joseph wrote: > If we shut down a process without having destroyed its GWS-using > queues, it is possible that GWS BO will still be in the process > BO list during the gpuvm destruction. This list should be empty > at that time, so we should remove the GWS allocatio

Re: [PATCH] drm/amdkfd: Remove GWS from process during uninit

2019-07-17 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Greathouse, Joseph Sent: Wednesday, July 17, 2019 10:58 AM To: amd-gfx@lists.freedesktop.org Cc: Greathouse, Joseph Subject: [PATCH] drm/amdkfd: Remove GWS from process during uninit If we shut down a process

[PATCH] drm/amdkfd: Remove GWS from process during uninit

2019-07-17 Thread Greathouse, Joseph
If we shut down a process without having destroyed its GWS-using queues, it is possible that GWS BO will still be in the process BO list during the gpuvm destruction. This list should be empty at that time, so we should remove the GWS allocation at the process uninit point if it is still around. C