Re: [PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

2022-05-06 Thread Jason Ekstrand
On Wed, May 4, 2022 at 5:53 PM Daniel Vetter wrote: > On Wed, May 04, 2022 at 03:34:04PM -0500, Jason Ekstrand wrote: > > This patch is analogous to the previous sync file export patch in that > > it allows you to import a sync_file into a dma-buf. Unlike the previous > > patch, however, this do

Re: [PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

2022-05-05 Thread Daniel Vetter
On Thu, May 05, 2022 at 03:13:55AM -0500, Jason Ekstrand wrote: > On Wed, May 4, 2022 at 5:53 PM Daniel Vetter wrote: > > > On Wed, May 04, 2022 at 03:34:04PM -0500, Jason Ekstrand wrote: > > > This patch is analogous to the previous sync file export patch in that > > > it allows you to import a

[PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

2022-05-05 Thread Jason Ekstrand
This patch is analogous to the previous sync file export patch in that it allows you to import a sync_file into a dma-buf. Unlike the previous patch, however, this does add genuinely new functionality to dma-buf. Without this, the only way to attach a sync_file to a dma-buf is to submit a batch to

[PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

2022-05-05 Thread Jason Ekstrand
This patch is analogous to the previous sync file export patch in that it allows you to import a sync_file into a dma-buf. Unlike the previous patch, however, this does add genuinely new functionality to dma-buf. Without this, the only way to attach a sync_file to a dma-buf is to submit a batch to

Re: [PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

2022-05-04 Thread Daniel Vetter
On Wed, May 04, 2022 at 03:34:04PM -0500, Jason Ekstrand wrote: > This patch is analogous to the previous sync file export patch in that > it allows you to import a sync_file into a dma-buf. Unlike the previous > patch, however, this does add genuinely new functionality to dma-buf. > Without this,