linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] vb2: add requires_requests bitfield
@ 2019-02-11  9:18 Hans Verkuil
  2019-02-11  9:18 ` [PATCH 1/3] vb2: add requires_requests bit for stateless codecs Hans Verkuil
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hans Verkuil @ 2019-02-11  9:18 UTC (permalink / raw)
  To: linux-media; +Cc: Dafna Hirschfeld, Paul Kocialkowski, Ezequiel Garcia

Currently the supports_requests bitfield only indicates if the
Request API is supported by the vb2_queue. But for stateless
codecs the use of the Request API is actually a requirement.

So add a requires_requests bitfield and corresponding capability
to indicate that userspace has to use requests. And of course
reject direct VIDIOC_QBUF calls (i.e. V4L2_BUF_FLAG_REQUEST_FD
isn't set) if requires_requests is set.

Finally set this bitfield in the cedrus driver.

Regards,

	Hans

Hans Verkuil (3):
  vb2: add requires_requests bit for stateless codecs
  videodev2.h: add V4L2_BUF_CAP_REQUIRES_REQUESTS
  cedrus: set requires_requests

 Documentation/media/uapi/v4l/vidioc-reqbufs.rst   | 4 ++++
 drivers/media/common/videobuf2/videobuf2-core.c   | 5 ++++-
 drivers/media/common/videobuf2/videobuf2-v4l2.c   | 6 ++++++
 drivers/staging/media/sunxi/cedrus/cedrus_video.c | 1 +
 include/media/videobuf2-core.h                    | 3 +++
 include/uapi/linux/videodev2.h                    | 1 +
 6 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-02-11  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11  9:18 [PATCH 0/3] vb2: add requires_requests bitfield Hans Verkuil
2019-02-11  9:18 ` [PATCH 1/3] vb2: add requires_requests bit for stateless codecs Hans Verkuil
2019-02-11  9:18 ` [PATCH 2/3] videodev2.h: add V4L2_BUF_CAP_REQUIRES_REQUESTS Hans Verkuil
2019-02-11  9:18 ` [PATCH 3/3] cedrus: set requires_requests Hans Verkuil

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).