mbox series

[GIT,PULL,FOR,v6.4] Drop destructive overlay support

Message ID f97cb093-20a9-04a8-e989-9e555202b503@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.4] Drop destructive overlay support | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4b

Message

Hans Verkuil March 13, 2023, 3:40 p.m. UTC
See the cover letter for more info:

https://patchwork.linuxtv.org/project/linux-media/cover/20230302125731.1124945-1-hverkuil-cisco@xs4all.nl/

Regards,

	Hans

The following changes since commit 3e62aba8284de0994a669d07983299242e68fe72:

  media: imx-mipi-csis: Check csis_fmt validity before use (2023-02-26 11:21:33 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4b

for you to fetch changes up to bc83c1f0d4404de6a9bb01a681d5c4db3d539d2e:

  Documentation: userspace-api: media: drop clipping, destructive overlays (2023-03-13 16:21:44 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Hans Verkuil (9):
      saa7146: drop overlay support
      saa7134: drop overlay support
      bttv: drop overlay support
      vivid: drop overlay support
      vivid: drop bitmap and clipping output overlay support
      v4l2-core: drop v4l2_window clipping and bitmap support
      videodev.h: drop V4L2_FBUF_CAP_LIST/BITMAP_CLIPPING
      v4l2-core: zero field base in struct v4l2_framebuffer
      Documentation: userspace-api: media: drop clipping, destructive overlays

 Documentation/userspace-api/media/v4l/dev-overlay.rst   |  10 +-
 Documentation/userspace-api/media/v4l/vidioc-g-fbuf.rst |  52 +++----
 drivers/media/common/saa7146/saa7146_fops.c             |  26 +---
 drivers/media/common/saa7146/saa7146_hlp.c              | 296 ----------------------------------------
 drivers/media/common/saa7146/saa7146_video.c            | 326 +-------------------------------------------
 drivers/media/pci/bt8xx/Kconfig                         |   2 +-
 drivers/media/pci/bt8xx/btcx-risc.c                     | 153 ---------------------
 drivers/media/pci/bt8xx/btcx-risc.h                     |   9 --
 drivers/media/pci/bt8xx/bttv-cards.c                    |  15 --
 drivers/media/pci/bt8xx/bttv-driver.c                   | 436 ++---------------------------------------------------------
 drivers/media/pci/bt8xx/bttv-risc.c                     | 131 ------------------
 drivers/media/pci/bt8xx/bttvp.h                         |  28 +---
 drivers/media/pci/saa7134/saa7134-cards.c               |   1 -
 drivers/media/pci/saa7134/saa7134-core.c                |  32 -----
 drivers/media/pci/saa7134/saa7134-video.c               | 411 +------------------------------------------------------
 drivers/media/pci/saa7134/saa7134.h                     |  13 --
 drivers/media/test-drivers/vivid/vivid-core.c           |  49 +------
 drivers/media/test-drivers/vivid/vivid-core.h           |  19 ---
 drivers/media/test-drivers/vivid/vivid-kthread-cap.c    | 131 +-----------------
 drivers/media/test-drivers/vivid/vivid-vid-cap.c        | 272 -------------------------------------
 drivers/media/test-drivers/vivid/vivid-vid-cap.h        |   3 -
 drivers/media/test-drivers/vivid/vivid-vid-out.c        |  74 ----------
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c           |  85 ++----------
 drivers/media/v4l2-core/v4l2-ioctl.c                    |  77 ++++-------
 drivers/staging/media/av7110/av7110_v4l.c               |  17 +--
 include/media/drv-intf/saa7146_vv.h                     |  21 ---
 include/uapi/linux/videodev2.h                          |   2 +
 27 files changed, 92 insertions(+), 2599 deletions(-)