Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Daniel Vetter
On Wed, May 8, 2019 at 2:23 PM Koenig, Christian wrote: > > Am 08.05.19 um 14:15 schrieb Daniel Vetter: > > [CAUTION: External Email] > > > > On Wed, May 8, 2019 at 2:00 PM Christian König > > wrote: > >> Am 08.05.19 um 12:11 schrieb Daniel Vetter: > >>> On Wed, May 08, 2019 at 11:15:33AM +0200,

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Koenig, Christian
Am 08.05.19 um 14:15 schrieb Daniel Vetter: > [CAUTION: External Email] > > On Wed, May 8, 2019 at 2:00 PM Christian König > wrote: >> Am 08.05.19 um 12:11 schrieb Daniel Vetter: >>> On Wed, May 08, 2019 at 11:15:33AM +0200, Daniel Vetter wrote: On Tue, May 07, 2019 at 10:13:30AM +0200, Chris

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Daniel Vetter
On Wed, May 8, 2019 at 2:00 PM Christian König wrote: > Am 08.05.19 um 12:11 schrieb Daniel Vetter: > > On Wed, May 08, 2019 at 11:15:33AM +0200, Daniel Vetter wrote: > >> On Tue, May 07, 2019 at 10:13:30AM +0200, Christian König wrote: > >>> To allow a smooth transition from pinning buffer object

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Christian König
Am 08.05.19 um 12:11 schrieb Daniel Vetter: On Wed, May 08, 2019 at 11:15:33AM +0200, Daniel Vetter wrote: On Tue, May 07, 2019 at 10:13:30AM +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 a

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Christian König
Am 08.05.19 um 11:15 schrieb Daniel Vetter: On Tue, May 07, 2019 at 10:13:30AM +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. Signed-off-by: Christian König --- drivers/dma

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Daniel Vetter
On Wed, May 08, 2019 at 11:15:33AM +0200, Daniel Vetter wrote: > On Tue, May 07, 2019 at 10:13:30AM +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. > > > > Signed-off-by:

Re: [PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-08 Thread Daniel Vetter
On Tue, May 07, 2019 at 10:13:30AM +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. > > Signed-off-by: Christian König > --- > drivers/dma-buf/dma-buf.c | 24

[PATCH 1/9] dma-buf: start caching of sg_table objects

2019-05-07 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. Signed-off-by: Christian König --- drivers/dma-buf/dma-buf.c | 24 include/linux/dma-buf.h | 14 ++ 2 files changed, 38