Re: [PATCH 03/12] dma-buf: start caching of sg_table objects

2019-04-30 Thread Daniel Vetter
On Fri, Apr 26, 2019 at 02:36:29PM +0200, Christian König wrote: > To allow a smooth transition from pinning buffer objects to dynamic > invalidation we first start to cache the sg_table for an attachment > unless the driver has implemented the explicite pin/unpin callbacks. > > Signed-off-by: Chr

Re: [PATCH 03/12] dma-buf: start caching of sg_table objects

2019-04-29 Thread Daniel Vetter
On Fri, Apr 26, 2019 at 02:36:29PM +0200, Christian König wrote: > To allow a smooth transition from pinning buffer objects to dynamic > invalidation we first start to cache the sg_table for an attachment > unless the driver has implemented the explicite pin/unpin callbacks. > > Signed-off-by: Chr

[PATCH 03/12] dma-buf: start caching of sg_table objects

2019-04-26 Thread Christian König
To allow a smooth transition from pinning buffer objects to dynamic invalidation we first start to cache the sg_table for an attachment unless the driver has implemented the explicite pin/unpin callbacks. Signed-off-by: Christian König --- drivers/dma-buf/dma-buf.c | 24