Re: [PATCH 1/3] drm/ttm: use try_lock in ttm_bo_delayed_delete again

2017-12-17 Thread Thomas Hellstrom
This series, Reviewed-by: Thomas Hellstrom On 12/15/2017 07:31 PM, Christian König wrote: We only need to wait for the contended lock when the reservation object is shared or when we want to remove everything. A trylock should be sufficient in all other cases.

[PATCH 1/3] drm/ttm: use try_lock in ttm_bo_delayed_delete again

2017-12-15 Thread Christian König
We only need to wait for the contended lock when the reservation object is shared or when we want to remove everything. A trylock should be sufficient in all other cases. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 13 + 1 file