Re: [PATCH 6/8] dma-buf: simplify reservation_object_get_fences_rcu a bit

2019-08-06 Thread Chris Wilson
Quoting Christian König (2019-08-06 16:01:32) > We can add the exclusive fence to the list after making sure we got > a consistent state. > > Signed-off-by: Christian König Reviewed-by: Chris Wilson -Chris ___ dri-devel mailing list

[PATCH 6/8] dma-buf: simplify reservation_object_get_fences_rcu a bit

2019-08-06 Thread Christian König
We can add the exclusive fence to the list after making sure we got a consistent state. Signed-off-by: Christian König --- drivers/dma-buf/reservation.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/dma-buf/reservation.c