Re: [PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15

2020-03-23 Thread Daniel Vetter
On Wed, Feb 26, 2020 at 11:09:59AM +0100, Daniel Vetter wrote: > On Wed, Feb 19, 2020 at 01:59:04PM +0100, Christian König wrote: > > On the exporter side we add optional explicit pinning callbacks. Which are > > called when the importer doesn't implement dynamic handling, move > > notification >

Re: [PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15

2020-02-26 Thread Daniel Vetter
On Wed, Feb 19, 2020 at 01:59:04PM +0100, Christian König wrote: > On the exporter side we add optional explicit pinning callbacks. Which are > called when the importer doesn't implement dynamic handling, move notification > or need the DMA-buf locked in place for its use case. > > On the

[PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15

2020-02-19 Thread Christian König
On the exporter side we add optional explicit pinning callbacks. Which are called when the importer doesn't implement dynamic handling, move notification or need the DMA-buf locked in place for its use case. On the importer side we add an optional move_notify callback. This callback is used by