Re: [PATCH] dma-buf: make map_atomic and map function pointers optional

2018-06-01 Thread Gerd Hoffmann
On Wed, May 30, 2018 at 12:30:51PM +0200, Daniel Vetter wrote: > On Tue, May 29, 2018 at 03:59:18PM +0200, Gerd Hoffmann wrote: > > So drivers don't need dummy functions just returning NULL. > > > > Cc: Daniel Vetter > > Signed-off-by: Gerd Hoffmann > > Reviewed-by: Daniel Vetter > > Please p

Re: [PATCH] dma-buf: make map_atomic and map function pointers optional

2018-05-30 Thread Oleksandr Andrushchenko
On 05/29/2018 04:59 PM, Gerd Hoffmann wrote: So drivers don't need dummy functions just returning NULL. Cc: Daniel Vetter Signed-off-by: Gerd Hoffmann --- include/linux/dma-buf.h | 4 ++-- drivers/dma-buf/dma-buf.c | 4 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/

Re: [PATCH] dma-buf: make map_atomic and map function pointers optional

2018-05-30 Thread Daniel Vetter
On Tue, May 29, 2018 at 03:59:18PM +0200, Gerd Hoffmann wrote: > So drivers don't need dummy functions just returning NULL. > > Cc: Daniel Vetter > Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel Vetter Please push to drm-misc-next (maybe after a few more days of waiting for feedback). -Dani

[PATCH] dma-buf: make map_atomic and map function pointers optional

2018-05-29 Thread Gerd Hoffmann
So drivers don't need dummy functions just returning NULL. Cc: Daniel Vetter Signed-off-by: Gerd Hoffmann --- include/linux/dma-buf.h | 4 ++-- drivers/dma-buf/dma-buf.c | 4 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h