linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/1] Support virtio objects in virtio-video driver
@ 2020-03-25 10:40 Keiichi Watanabe
  2020-03-25 10:40 ` [PATCH RFC 1/1] drivers: media: virtio: " Keiichi Watanabe
  0 siblings, 1 reply; 2+ messages in thread
From: Keiichi Watanabe @ 2020-03-25 10:40 UTC (permalink / raw)
  To: virtio-dev, linux-media
  Cc: Mauro Carvalho Chehab, Michael S . Tsirkin, Jason Wang,
	Sumit Semwal, Dmitry Sepp, Kiran Pawar, Samiullah Khawaja,
	Keiichi Watanabe, Nikolay Martyanov, linux-kernel,
	virtualization, dri-devel, linaro-mm-sig, acourbot, alexlau,
	egranata, hverkuil, kraxel, posciak, stevensd, tfiga

This implements a feature in virtio-video driver to use exported virtio
objects as video buffers. So, the users will be able to use resources
allocated by other virtio devices such as virtio-gpu.

The virtio protocol for this feature is proposed by [1].

This commit depends on the following unmerged patches:
* Virtio-video driver patch [2]
* Patch series for virtio cross-device resources [3]
* ChromeOS's local patch to use data_offset for offset of multiplanar
  format [4]

[1]: https://markmail.org/message/wxdne5re7aaugbjg
[2]: https://patchwork.linuxtv.org/patch/61717/
[3]: https://patchwork.kernel.org/project/linux-media/list/?series=254707
[4]: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/1057eb620ccd3da4632c14df269d545cb9a1ccb2

Keiichi Watanabe (1):
  drivers: media: virtio: Support virtio objects in virtio-video driver

 drivers/media/virtio/virtio_video.h        |  26 +++-
 drivers/media/virtio/virtio_video_dec.c    |   1 +
 drivers/media/virtio/virtio_video_device.c | 131 ++++++++++++++++++++-
 drivers/media/virtio/virtio_video_driver.c |  25 +++-
 drivers/media/virtio/virtio_video_vq.c     |  81 ++++++++++---
 include/uapi/linux/virtio_video.h          |  15 ++-
 6 files changed, 243 insertions(+), 36 deletions(-)

--
2.25.1.696.g5e7596f4ac-goog

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

end of thread, other threads:[~2020-03-25 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 10:40 [PATCH RFC 0/1] Support virtio objects in virtio-video driver Keiichi Watanabe
2020-03-25 10:40 ` [PATCH RFC 1/1] drivers: media: virtio: " Keiichi Watanabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).