[PATCH 3/3] drm/amdkfd: Don't create BUG due to incorrect user parameter

2015-01-29 Thread Oded Gabbay
This patch changes a BUG_ON() statement to pr_debug, in case the user tries to update a non-existing queue. Signed-off-by: Oded Gabbay Reviewed-by: Ben Goz --- drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH 3/3] drm/amdkfd: Don't create BUG due to incorrect user parameter

2015-01-29 Thread Zhou, Jammy
x27;t create BUG due to incorrect user parameter This patch changes a BUG_ON() statement to pr_debug, in case the user tries to update a non-existing queue. Signed-off-by: Oded Gabbay Reviewed-by: Ben Goz --- drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 6 +- 1 file chang