Re: [PATCH 1/2] drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v2

2017-11-14 Thread Michel Dänzer
On 13/11/17 10:54 AM, Christian König wrote: > Needed for the next patch. > > v2: actually predicate all unlocks > > Signed-off-by: Christian König [...] > @@ -531,24 +533,28 @@ static int ttm_bo_cleanup_refs_and_unlock(struct > ttm_buffer_object *bo, >

[PATCH 1/2] drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v2

2017-11-13 Thread Christian König
Needed for the next patch. v2: actually predicate all unlocks Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 59 +--- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git

[PATCH 1/2] drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v2

2017-11-12 Thread Christian König
Needed for the next patch. v2: actually predicate all unlocks Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 59 +--- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git