Re: [PATCH 02/28] drm/ttm: stop pruning fences after wait

2021-11-30 Thread Christian König
Am 30.11.21 um 10:02 schrieb Daniel Vetter: On Mon, Nov 29, 2021 at 01:06:33PM +0100, Christian König wrote: This is just abusing internals of the dma_resv object. Signed-off-by: Christian König Yeah I think if we want this back we could do a _locked version of the wait, which prunes internal

Re: [PATCH 02/28] drm/ttm: stop pruning fences after wait

2021-11-30 Thread Daniel Vetter
On Mon, Nov 29, 2021 at 01:06:33PM +0100, Christian König wrote: > This is just abusing internals of the dma_resv object. > > Signed-off-by: Christian König Yeah I think if we want this back we could do a _locked version of the wait, which prunes internally. Reviewed-by: Daniel Vetter Btw I w

[PATCH 02/28] drm/ttm: stop pruning fences after wait

2021-11-29 Thread Christian König
This is just abusing internals of the dma_resv object. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index e4a20a3a5d16..fc124457ba2f 100644 --- a/drivers/gpu/drm/ttm/