search for: virtio_dma_buf_export

Displaying 8 results from an estimated 8 matches for "virtio_dma_buf_export".

2020 Jun 04
2
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
.../drivers/virtio/virtio_dma_buf.c > @@ -0,0 +1,89 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#include <linux/virtio_dma_buf.h> > + > +/** > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > + * > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > + * for an virtio exported object that can be queried by other virtio drivers > + * for the object's UUID. > + */ > +struct dma_buf *virti...
2020 Jun 04
2
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
.../drivers/virtio/virtio_dma_buf.c > @@ -0,0 +1,89 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#include <linux/virtio_dma_buf.h> > + > +/** > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > + * > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > + * for an virtio exported object that can be queried by other virtio drivers > + * for the object's UUID. > + */ > +struct dma_buf *virti...
2020 Jun 08
0
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...opyright (C) 2020 Google, Inc. > > > > > > > + */ > > > > > > > + > > > > > > > +#include <linux/virtio_dma_buf.h> > > > > > > > + > > > > > > > +/** > > > > > > > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > > > > > > > + * > > > > > > > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > > > > > > > + * for an virtio exported object that can be queried by othe...
2020 Jun 08
0
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...> > > > > + * > > > > > + * Copyright (C) 2020 Google, Inc. > > > > > + */ > > > > > + > > > > > +#include <linux/virtio_dma_buf.h> > > > > > + > > > > > +/** > > > > > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > > > > > + * > > > > > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > > > > > + * for an virtio exported object that can be queried by other virtio drivers > > &gt...
2020 Sep 10
0
[PATCH v7 1/3] virtio: add dma-buf support for exported objects
.../drivers/virtio/virtio_dma_buf.c > @@ -0,0 +1,85 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#include <linux/virtio_dma_buf.h> > + > +/** > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > + * @exp_info: [in] see dma_buf_export(). ops MUST refer to a dma_buf_ops > + * struct embedded in a virtio_dma_buf_ops. > + * > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > + * for an virtio expo...
2020 Jun 19
0
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...+ * dma-bufs for virtio exported objects > > > > + * > > > > + * Copyright (C) 2020 Google, Inc. > > > > + */ > > > > + > > > > +#include <linux/virtio_dma_buf.h> > > > > + > > > > +/** > > > > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > > > > + * > > > > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > > > > + * for an virtio exported object that can be queried by other virtio drivers > > > > + * for...
2020 Aug 18
0
[PATCH v6 0/3] Support virtio cross-device resources
...add dma-buf support for exported objects -:29: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #29: new file mode 100644 -:65: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #65: FILE: include/linux/virtio_dma_buf.h:32: +struct dma_buf *virtio_dma_buf_export( -:112: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #112: FILE: drivers/virtio/virtio_dma_buf.c:19: +struct dma_buf *virtio_dma_buf_export( -:115: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #115: FILE: drivers/virtio/virtio_dma_buf.c:22: + const struct virti...
2020 Jun 06
0
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...later > > > +/* > > > + * dma-bufs for virtio exported objects > > > + * > > > + * Copyright (C) 2020 Google, Inc. > > > + */ > > > + > > > +#include <linux/virtio_dma_buf.h> > > > + > > > +/** > > > + * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object > > > + * > > > + * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf > > > + * for an virtio exported object that can be queried by other virtio drivers > > > + * for the object's UUI...