public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Virtio Video V4L2 driver
@ 2020-02-18 20:27 Dmitry Sepp
  2020-02-18 20:27 ` [PATCH v2 1/1] video_video: Add the " Dmitry Sepp
  2020-03-11 13:26 ` [PATCH v2 0/1] " Hans Verkuil
  0 siblings, 2 replies; 30+ messages in thread
From: Dmitry Sepp @ 2020-02-18 20:27 UTC (permalink / raw)
  To: linux-media
  Cc: virtio-dev, acourbot, alexlau, daniel, dgreid, dstaessens,
	egranata, fziglio, hverkuil, keiichiw, kraxel, marcheu, posciak,
	spice-devel, stevensd, tfiga, uril, samiullah.khawaja,
	kiran.pawar

Hi all,

This is a v4l2 virtio video driver for the virtio-video device
specification v3 [1].

The first version of the driver was introduced here [2].

Changes v1 -> v2:
* support the v3 spec (mostly)
* add a module parameter to ask for pages from ZONE_DMA

What is not implemented:
* Plane layout flags should be used to propagate number of planes to
  user-space
* There is no real use of stream creation with bitstream format in the
  parameter list. The driver just uses the first bitstream format from
  the list.
* Setting bitrate is done in a different way compared to the spec. This
  is because it has been already agreed on that the way the spec
  currently describes it requires changes.

Potential improvements:
* Do not send stream_create from open. Use corresponding state machine
  condition to do this.
* Do not send stream_destroy from close. Do it in reqbufs(0).
* Cache format and control settings. Reduce calls to the device.

Best regards,
Dmitry.

[1] https://markmail.org/message/dmw3pr4fuajvarth
[2] https://markmail.org/message/wnnv6r6myvgb5at6



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

end of thread, other threads:[~2020-03-17  9:18 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 20:27 [PATCH v2 0/1] Virtio Video V4L2 driver Dmitry Sepp
2020-02-18 20:27 ` [PATCH v2 1/1] video_video: Add the " Dmitry Sepp
2020-03-10 10:24   ` Keiichi Watanabe
2020-03-11  0:09     ` Nicolas Dufresne
2020-03-12 11:40     ` Dmitry Sepp
2020-03-13 11:38       ` Keiichi Watanabe
2020-03-11 13:23   ` Hans Verkuil
2020-03-12 10:15     ` Dmitry Sepp
2020-03-12 10:18       ` Hans Verkuil
2020-03-12 11:48         ` Dmitry Sepp
2020-03-13 10:05           ` Tomasz Figa
2020-03-13 10:27             ` Dmitry Sepp
2020-03-13 11:11               ` Tomasz Figa
2020-03-16 10:36                 ` Dmitry Sepp
2020-03-17  6:46   ` Keiichi Watanabe
2020-03-17  6:53     ` Keiichi Watanabe
2020-03-17  9:10       ` Dmitry Sepp
2020-03-17  9:18         ` Keiichi Watanabe
2020-03-11 13:26 ` [PATCH v2 0/1] " Hans Verkuil
2020-03-12  9:03   ` Dmitry Sepp
2020-03-12  9:49   ` Keiichi Watanabe
2020-03-12  9:54     ` Hans Verkuil
2020-03-12 10:11       ` Keiichi Watanabe
2020-03-12 10:29       ` Dmitry Sepp
2020-03-12 10:37         ` Hans Verkuil
2020-03-13  2:29         ` Nicolas Dufresne
2020-03-13  7:54           ` Keiichi Watanabe
2020-03-13 10:09             ` Dmitry Sepp
2020-03-13 11:53               ` Keiichi Watanabe
2020-03-13 10:20           ` Dmitry Sepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox