RE: [PATCH 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-14 Thread Joshi, Mukul
-gfx@lists.freedesktop.org > Cc: Kuehling, Felix ; Deucher, Alexander > ; Joshi, Mukul > Subject: [PATCH 2/3] drm/amdkfd: Update queue unmap after VM fault with > MES > > MEC FW expects MES to unmap all queues when a VM fault is observed on a > queue and then resumed once the aff

RE: [PATCH 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-14 Thread Kasiviswanathan, Harish
queue unmap after VM fault with MES MEC FW expects MES to unmap all queues when a VM fault is observed on a queue and then resumed once the affected process is terminated. Use the MES Suspend and Resume APIs to achieve this. Signed-off-by: Mukul Joshi --- .../drm/amd/amdkfd

[PATCH 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-13 Thread Mukul Joshi
MEC FW expects MES to unmap all queues when a VM fault is observed on a queue and then resumed once the affected process is terminated. Use the MES Suspend and Resume APIs to achieve this. Signed-off-by: Mukul Joshi --- .../drm/amd/amdkfd/kfd_device_queue_manager.c | 75 ++- 1 fi