Re: [PATCH 10/23] dma-buf: finally make dma_resv_excl_fence private v2

2022-04-05 Thread Christian König
Am 23.03.22 um 14:36 schrieb Daniel Vetter: On Mon, Mar 21, 2022 at 02:58:43PM +0100, Christian König wrote: Drivers should never touch this directly. v2: fix rebase clash Signed-off-by: Christian König Reviewed-by: Daniel Vetter I guess as soon as we have the rdma ack you can land up to t

Re: [PATCH 10/23] dma-buf: finally make dma_resv_excl_fence private v2

2022-03-23 Thread Daniel Vetter
On Mon, Mar 21, 2022 at 02:58:43PM +0100, Christian König wrote: > Drivers should never touch this directly. > > v2: fix rebase clash > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter I guess as soon as we have the rdma ack you can land up to this patch? -Daniel > --- > drivers/

[PATCH 10/23] dma-buf: finally make dma_resv_excl_fence private v2

2022-03-21 Thread Christian König
Drivers should never touch this directly. v2: fix rebase clash Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 6 ++ include/linux/dma-resv.h | 17 - 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c b/drivers/dma-b

[PATCH 10/23] dma-buf: finally make dma_resv_excl_fence private v2

2022-02-11 Thread Christian König
Drivers should never touch this directly. v2: fix rebase clash Signed-off-by: Christian König --- drivers/dma-buf/dma-resv.c | 6 ++ include/linux/dma-resv.h | 17 - 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/dma-buf/dma-resv.c b/drivers/dma-b