Re: [PATCH v4 6/6] dma-buf: Check status of enable-signaling bit on debug

2022-09-15 Thread Christian König
Am 14.09.22 um 18:43 schrieb Arvind Yadav: Fence signaling must be enabled to make sure that the dma_fence_is_signaled() function ever returns true. Since drivers and implementations sometimes mess this up, this ensures correct behaviour when DMABUF_DEBUG_ENABLE_SIGNALING is used during debugging

[PATCH v4 6/6] dma-buf: Check status of enable-signaling bit on debug

2022-09-14 Thread Arvind Yadav
Fence signaling must be enabled to make sure that the dma_fence_is_signaled() function ever returns true. Since drivers and implementations sometimes mess this up, this ensures correct behaviour when DMABUF_DEBUG_ENABLE_SIGNALING is used during debugging. This should make any implementation bugs re