drm/amdkfd: Cleanup workqueue during module unload
authorMukul Joshi <mukul.joshi@amd.com>
Wed, 20 Mar 2024 22:43:14 +0000 (18:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 22 Mar 2024 19:54:48 +0000 (15:54 -0400)
commit417f78a2a1c8c2d517db8b2e04785c1c94a563b4
tree97b6f59e558b86d8096aa1fca70fedcb3d99526c
parentfb880635e08f28e18cba28db1f6e11bd4bb8828e
drm/amdkfd: Cleanup workqueue during module unload

Destroy the high priority workqueue that handles interrupts
during KFD node cleanup.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c