[PATCH 3/4] drm/ttm: fix ttm_bo_wait

2016-11-07 Thread Alex Deucher
From: Christian König reservation_object_wait_timeout_rcu() should enable signaling even with a zero timeout, but ttm_bo_wait() can also be called from atomic context and then it is not a good idea to do this. Reviewed-by: Alex Deucher Signed-off-by: Christian König Signed-off-by: Alex Deuch

[PATCH 3/4] drm/ttm: fix ttm_bo_wait

2016-10-25 Thread Christian König
From: Christian König reservation_object_wait_timeout_rcu() should enable signaling even with a zero timeout, but ttm_bo_wait() can also be called from atomic context and then it is not a good idea to do this. Signed-off-by: Christian König Reviewed-by: Alex Deucher --- drivers/gpu/drm/ttm/