]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: allow unregister process with queues
authorOded Gabbay <oded.gabbay@gmail.com>
Tue, 14 Apr 2015 11:13:18 +0000 (14:13 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Thu, 7 May 2015 14:37:41 +0000 (17:37 +0300)
commita4db6bed41a0b999976cb98658468e1d6219cb46
tree81b93ac1b8c4e31865e59f0c3d2d5c40c3d74128
parent194b7115c289879d9d371e5ad3e7d18c3489ecbf
drm/amdkfd: allow unregister process with queues

Sometimes we might unregister process that have queues, because we couldn't
preempt the queues. Until now we blocked it with BUG_ON but instead just
print it as debug.

Reviewed-by: Ben Goz <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Cc: stable@vger.kernel.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c