Re: [PATCH 1/2] dma-buf: clarify dma_fence_ops->wait documentation

2021-09-02 Thread Daniel Vetter
On Wed, Sep 01, 2021 at 02:02:39PM +0200, Christian König wrote: > This callback is pretty much deprecated and should not be used by new > implementations. > > Clarify that in the documentation as well. > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter > --- > include/linux/dma

[PATCH 1/2] dma-buf: clarify dma_fence_ops->wait documentation

2021-09-01 Thread Christian König
This callback is pretty much deprecated and should not be used by new implementations. Clarify that in the documentation as well. Signed-off-by: Christian König --- include/linux/dma-fence.h | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/linux/dma-fence.

Re: [PATCH 1/2] dma-buf: clarify dma_fence_ops->wait documentation

2021-07-21 Thread Daniel Vetter
On Wed, Jul 21, 2021 at 11:21:32AM +0200, Christian König wrote: > This callback is pretty much deprecated and should not be used by new > implementations. > > Clarify that in the documentation as well. > > Signed-off-by: Christian König > --- > include/linux/dma-fence.h | 10 +++--- > 1 f

[PATCH 1/2] dma-buf: clarify dma_fence_ops->wait documentation

2021-07-21 Thread Christian König
This callback is pretty much deprecated and should not be used by new implementations. Clarify that in the documentation as well. Signed-off-by: Christian König --- include/linux/dma-fence.h | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/linux/dma-fence.