[PATCH 3/6] drm/ttm: add ttm_bo_reserve_slowpath

2012-11-30 Thread Maarten Lankhorst
Instead of dropping everything, waiting for the bo to be unreserved and trying over, a better strategy would be to do a blocking wait. This can be mapped a lot better to a mutex_lock-like call. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/ttm/ttm_bo.c| 47 +++

[PATCH 3/6] drm/ttm: add ttm_bo_reserve_slowpath

2012-11-30 Thread Maarten Lankhorst
Instead of dropping everything, waiting for the bo to be unreserved and trying over, a better strategy would be to do a blocking wait. This can be mapped a lot better to a mutex_lock-like call. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/ttm/ttm_bo.c| 47 +++