Re: [PATCH] dma-buf: actually set signaling bit for private sub fences

2023-02-01 Thread Thomas Zimmermann
Am 27.01.23 um 08:49 schrieb Christian König: Am 26.01.23 um 23:25 schrieb Danilo Krummrich: On 1/26/23 07:58, Christian König wrote: Am 26.01.23 um 01:28 schrieb Danilo Krummrich: In dma_fence_allocate_private_stub() set the signaling bit of the newly allocated private stub fence rather tha

Re: [PATCH] dma-buf: actually set signaling bit for private sub fences

2023-01-26 Thread Christian König
Am 26.01.23 um 23:25 schrieb Danilo Krummrich: On 1/26/23 07:58, Christian König wrote: Am 26.01.23 um 01:28 schrieb Danilo Krummrich: In dma_fence_allocate_private_stub() set the signaling bit of the newly allocated private stub fence rather than the signaling bit of the shared dma_fence_stub.

Re: [PATCH] dma-buf: actually set signaling bit for private sub fences

2023-01-26 Thread Danilo Krummrich
On 1/26/23 07:58, Christian König wrote: Am 26.01.23 um 01:28 schrieb Danilo Krummrich: In dma_fence_allocate_private_stub() set the signaling bit of the newly allocated private stub fence rather than the signaling bit of the shared dma_fence_stub. Fixes: c85d00d4fd8b ("dma-buf: set signaling b

Re: [PATCH] dma-buf: actually set signaling bit for private sub fences

2023-01-25 Thread Christian König
Am 26.01.23 um 01:28 schrieb Danilo Krummrich: In dma_fence_allocate_private_stub() set the signaling bit of the newly allocated private stub fence rather than the signaling bit of the shared dma_fence_stub. Fixes: c85d00d4fd8b ("dma-buf: set signaling bit for the stub fence") Signed-off-by: Dan

[PATCH] dma-buf: actually set signaling bit for private sub fences

2023-01-25 Thread Danilo Krummrich
In dma_fence_allocate_private_stub() set the signaling bit of the newly allocated private stub fence rather than the signaling bit of the shared dma_fence_stub. Fixes: c85d00d4fd8b ("dma-buf: set signaling bit for the stub fence") Signed-off-by: Danilo Krummrich --- drivers/dma-buf/dma-fence.c |