Re: [PATCH] drm/amdkfd: fix missed queue reset on queue destroy

2024-08-28 Thread Felix Kuehling
On 2024-08-22 11:17, Jonathan Kim wrote: If a queue is being destroyed but causes a HWS hang on removal, the KFD may issue an unnecessary gpu reset if the destroyed queue can be fixed by a queue reset. This is because the queue has been removed from the KFD's queue list prior to the preemption

[PATCH] drm/amdkfd: fix missed queue reset on queue destroy

2024-08-22 Thread Jonathan Kim
If a queue is being destroyed but causes a HWS hang on removal, the KFD may issue an unnecessary gpu reset if the destroyed queue can be fixed by a queue reset. This is because the queue has been removed from the KFD's queue list prior to the preemption action on destroy so the reset call will fai

RE: [PATCH] drm/amdkfd: fix missed queue reset on queue destroy

2024-08-22 Thread Kim, Jonathan
[Public] > -Original Message- > From: Kuehling, Felix > Sent: Wednesday, August 21, 2024 5:51 PM > To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org > Cc: Kasiviswanathan, Harish ; Deucher, > Alexander > Subject: Re: [PATCH] drm/amdkfd: fix missed queue reset on q

Re: [PATCH] drm/amdkfd: fix missed queue reset on queue destroy

2024-08-21 Thread Felix Kuehling
On 2024-08-21 17:17, Jonathan Kim wrote: If a queue is being destroyed but causes a HWS hang on removal, the KFD may issue an unnecessary gpu reset if the destroyed queue can be fixed by a queue reset. This is because the queue has been removed from the KFD's queue list prior to the preemption

[PATCH] drm/amdkfd: fix missed queue reset on queue destroy

2024-08-21 Thread Jonathan Kim
If a queue is being destroyed but causes a HWS hang on removal, the KFD may issue an unnecessary gpu reset if the destroyed queue can be fixed by a queue reset. This is because the queue has been removed from the KFD's queue list prior to the preemption action on destroy so the reset call will fai