linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Subject: [PATCH 0/5] media: dvb/vb2: fix DVB streaming, drop wait_prepare/finish
Date: Thu,  5 Jun 2025 08:57:34 +0200	[thread overview]
Message-ID: <cover.1749106659.git.hverkuil@xs4all.nl> (raw)

The last user of the vb2 wait_prepare/finish callbacks was dvb-core.

It turned out that the DVB streaming I/O code suffered somewhat from bit
rot, especially since the patches adding streaming I/O support to v4l-utils
were never applied, so there was no way to actually use it in
dvbv5-scan/zap.

I will post a separate series adding support for this, based on the
original patches from 2017 (!).

The first two patches for dvb-core fix two issues found while
regression testing. The last three patches in this series remove the
support for the wait_prepare/finish callbacks.

Regards,

	Hans

Hans Verkuil (5):
  media: dvb-core: dmxdevfilter must always flush bufs
  media: dvb-core/dmxdev: drop locks around mmap()
  media: dvb-core: dvb_vb2: drop wait_prepare/finish callbacks
  media: vb2: remove vb2_ops_wait_prepare/finish helpers
  media: vb2: drop wait_prepare/finish callbacks

 Documentation/driver-api/media/v4l2-dev.rst   |  8 +--
 .../userspace-api/media/conf_nitpick.py       |  2 -
 .../media/common/videobuf2/videobuf2-core.c   | 49 ++++---------------
 .../media/common/videobuf2/videobuf2-v4l2.c   | 14 ------
 drivers/media/dvb-core/dmxdev.c               | 46 ++++++++---------
 drivers/media/dvb-core/dvb_vb2.c              | 45 ++++++-----------
 include/media/dvb_vb2.h                       | 17 ++++---
 include/media/videobuf2-core.h                | 23 ++-------
 include/media/videobuf2-v4l2.h                | 18 -------
 9 files changed, 62 insertions(+), 160 deletions(-)

-- 
2.47.2


             reply	other threads:[~2025-06-05  7:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05  6:57 Hans Verkuil [this message]
2025-06-05  6:57 ` [PATCH 1/5] media: dvb-core: dmxdevfilter must always flush bufs Hans Verkuil
2025-06-05  6:57 ` [PATCH 2/5] media: dvb-core/dmxdev: drop locks around mmap() Hans Verkuil
2025-06-05  6:57 ` [PATCH 3/5] media: dvb-core: dvb_vb2: drop wait_prepare/finish callbacks Hans Verkuil
2025-06-05  6:57 ` [PATCH 4/5] media: vb2: remove vb2_ops_wait_prepare/finish helpers Hans Verkuil
2025-06-05  6:57 ` [PATCH 5/5] media: vb2: drop wait_prepare/finish callbacks Hans Verkuil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1749106659.git.hverkuil@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).