Re: [PATCH 4/4] drm/ttm: individualize BO reservation obj when they are freed

2017-07-26 Thread Alex Deucher
On Wed, Jul 26, 2017 at 9:12 AM, Christian König wrote: > From: Christian König > > Use the BOs reservation object when it is put on the ddelete list. This way we > avoid delaying freeing up the BO because of new fences on the reservation > object. > > Signed-off-by: Christian König You might

[PATCH 4/4] drm/ttm: individualize BO reservation obj when they are freed

2017-07-26 Thread Christian König
From: Christian König Use the BOs reservation object when it is put on the ddelete list. This way we avoid delaying freeing up the BO because of new fences on the reservation object. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 54 ++---