All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] virtio-shm region
@ 2020-09-14 23:39 Gurchetan Singh
  2020-09-15 15:26 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Gurchetan Singh @ 2020-09-14 23:39 UTC (permalink / raw)
  To: ML dri-devel; +Cc: Gerd Hoffmann, Thomas Zimmermann, Miklos Szeredi


[-- Attachment #1.1: Type: text/plain, Size: 1035 bytes --]

Hi,

This set of changes are required for zero-copy virtio-gpu.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git virtio-shm

for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:

  virtio: Implement get_shm_region for MMIO transport (2020-09-10 10:05:58
+0200)

----------------------------------------------------------------
Sebastien Boeuf (3):
      virtio: Add get_shm_region method
      virtio: Implement get_shm_region for PCI transport
      virtio: Implement get_shm_region for MMIO transport

 drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
 drivers/virtio/virtio_pci_modern.c | 95
++++++++++++++++++++++++++++++++++++++
 include/linux/virtio_config.h      | 17 +++++++
 include/uapi/linux/virtio_mmio.h   | 11 +++++
 include/uapi/linux/virtio_pci.h    | 11 ++++-
 5 files changed, 164 insertions(+), 1 deletion(-)

[-- Attachment #1.2: Type: text/html, Size: 1290 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] virtio-shm region
  2020-09-14 23:39 [git pull] virtio-shm region Gurchetan Singh
@ 2020-09-15 15:26 ` Maxime Ripard
  2020-09-15 23:38   ` Gurchetan Singh
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2020-09-15 15:26 UTC (permalink / raw)
  To: Gurchetan Singh
  Cc: Gerd Hoffmann, Thomas Zimmermann, ML dri-devel, Miklos Szeredi


[-- Attachment #1.1: Type: text/plain, Size: 1265 bytes --]

Hi,

On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> Hi,
> 
> This set of changes are required for zero-copy virtio-gpu.
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git virtio-shm
> 
> for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> 
>   virtio: Implement get_shm_region for MMIO transport (2020-09-10 10:05:58
> +0200)
> 
> ----------------------------------------------------------------
> Sebastien Boeuf (3):
>       virtio: Add get_shm_region method
>       virtio: Implement get_shm_region for PCI transport
>       virtio: Implement get_shm_region for MMIO transport
> 
>  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
>  drivers/virtio/virtio_pci_modern.c | 95
> ++++++++++++++++++++++++++++++++++++++
>  include/linux/virtio_config.h      | 17 +++++++
>  include/uapi/linux/virtio_mmio.h   | 11 +++++
>  include/uapi/linux/virtio_pci.h    | 11 ++++-
>  5 files changed, 164 insertions(+), 1 deletion(-)

It's not really clear who you expect to pull that PR?

Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] virtio-shm region
  2020-09-15 15:26 ` Maxime Ripard
@ 2020-09-15 23:38   ` Gurchetan Singh
  2020-09-16 11:20     ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Gurchetan Singh @ 2020-09-15 23:38 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Gerd Hoffmann, Thomas Zimmermann, ML dri-devel, Miklos Szeredi


[-- Attachment #1.1: Type: text/plain, Size: 1603 bytes --]

On Tue, Sep 15, 2020 at 8:27 AM Maxime Ripard <maxime@cerno.tech> wrote:

> Hi,
>
> On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> > Hi,
> >
> > This set of changes are required for zero-copy virtio-gpu.
> >
> > The following changes since commit
> 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> >
> >   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
> virtio-shm
> >
> > for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> >
> >   virtio: Implement get_shm_region for MMIO transport (2020-09-10
> 10:05:58
> > +0200)
> >
> > ----------------------------------------------------------------
> > Sebastien Boeuf (3):
> >       virtio: Add get_shm_region method
> >       virtio: Implement get_shm_region for PCI transport
> >       virtio: Implement get_shm_region for MMIO transport
> >
> >  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
> >  drivers/virtio/virtio_pci_modern.c | 95
> > ++++++++++++++++++++++++++++++++++++++
> >  include/linux/virtio_config.h      | 17 +++++++
> >  include/uapi/linux/virtio_mmio.h   | 11 +++++
> >  include/uapi/linux/virtio_pci.h    | 11 ++++-
> >  5 files changed, 164 insertions(+), 1 deletion(-)
>
> It's not really clear who you expect to pull that PR?
>

Hmm, Daniel recommended "send[ing] the topic pull request to drm-misc
maintainers (Maarten, Maxime, Thomas)" in the other thread, but I'm not
really sure which one.  Maybe whomever is in charge of drm-misc-next pull
requests?


>
> Maxime
>

[-- Attachment #1.2: Type: text/html, Size: 2402 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] virtio-shm region
  2020-09-15 23:38   ` Gurchetan Singh
@ 2020-09-16 11:20     ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2020-09-16 11:20 UTC (permalink / raw)
  To: Gurchetan Singh
  Cc: Gerd Hoffmann, Thomas Zimmermann, ML dri-devel, Miklos Szeredi


[-- Attachment #1.1: Type: text/plain, Size: 1955 bytes --]

On Tue, Sep 15, 2020 at 04:38:04PM -0700, Gurchetan Singh wrote:
> On Tue, Sep 15, 2020 at 8:27 AM Maxime Ripard <maxime@cerno.tech> wrote:
> 
> > Hi,
> >
> > On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> > > Hi,
> > >
> > > This set of changes are required for zero-copy virtio-gpu.
> > >
> > > The following changes since commit
> > 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> > >
> > >   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
> > virtio-shm
> > >
> > > for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> > >
> > >   virtio: Implement get_shm_region for MMIO transport (2020-09-10
> > 10:05:58
> > > +0200)
> > >
> > > ----------------------------------------------------------------
> > > Sebastien Boeuf (3):
> > >       virtio: Add get_shm_region method
> > >       virtio: Implement get_shm_region for PCI transport
> > >       virtio: Implement get_shm_region for MMIO transport
> > >
> > >  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
> > >  drivers/virtio/virtio_pci_modern.c | 95
> > > ++++++++++++++++++++++++++++++++++++++
> > >  include/linux/virtio_config.h      | 17 +++++++
> > >  include/uapi/linux/virtio_mmio.h   | 11 +++++
> > >  include/uapi/linux/virtio_pci.h    | 11 ++++-
> > >  5 files changed, 164 insertions(+), 1 deletion(-)
> >
> > It's not really clear who you expect to pull that PR?
> >
> 
> Hmm, Daniel recommended "send[ing] the topic pull request to drm-misc
> maintainers (Maarten, Maxime, Thomas)" in the other thread, but I'm not
> really sure which one.  Maybe whomever is in charge of drm-misc-next pull
> requests?

That would be me then. I've applied it (but had to hack dim a bit, it
doesn't like !text email too much apparently) and pushed it to
drm-misc-next.

Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-16 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 23:39 [git pull] virtio-shm region Gurchetan Singh
2020-09-15 15:26 ` Maxime Ripard
2020-09-15 23:38   ` Gurchetan Singh
2020-09-16 11:20     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.