Re: [PATCH v4 9/9] drm/amdgpu: add lock in kfd_process_dequeue_from_device

2024-06-06 Thread Felix Kuehling
On 2024-06-04 21:33, Yunxiang Li wrote: We need to take the reset domain lock before talking to MES. While in this case we can take the lock inside the mes helper. We can't do so for most other mes helpers since they are used during reset. So for consistency sake we add the lock here. Signed-o

[PATCH v4 9/9] drm/amdgpu: add lock in kfd_process_dequeue_from_device

2024-06-04 Thread Yunxiang Li
We need to take the reset domain lock before talking to MES. While in this case we can take the lock inside the mes helper. We can't do so for most other mes helpers since they are used during reset. So for consistency sake we add the lock here. Signed-off-by: Yunxiang Li --- drivers/gpu/drm/amd