Re: [PATCH v3 1/6] dma-buf: Remove the signaled bit status check

2022-09-11 Thread Christian König
Am 09.09.22 um 19:08 schrieb Arvind Yadav: Remove the signaled bit status check because it is returning early when the fence is already signaled and __dma_fence_enable_signaling is checking the status of signaled bit again. Signed-off-by: Arvind Yadav Reviewed-by: Christian König --- Chan

[PATCH v3 1/6] dma-buf: Remove the signaled bit status check

2022-09-09 Thread Arvind Yadav
Remove the signaled bit status check because it is returning early when the fence is already signaled and __dma_fence_enable_signaling is checking the status of signaled bit again. Signed-off-by: Arvind Yadav --- Changes in v1, v2: This new patch was not part of previous series. --- drivers/dm