From patchwork Mon Mar 13 15:40:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 662881 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1F20C6FD19 for ; Mon, 13 Mar 2023 15:43:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231133AbjCMPnK (ORCPT ); Mon, 13 Mar 2023 11:43:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230427AbjCMPnF (ORCPT ); Mon, 13 Mar 2023 11:43:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92CAF30EB6 for ; Mon, 13 Mar 2023 08:42:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4B492B81187 for ; Mon, 13 Mar 2023 15:42:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84002C433D2 for ; Mon, 13 Mar 2023 15:42:50 +0000 (UTC) Message-ID: Date: Mon, 13 Mar 2023 16:40:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US To: Linux Media Mailing List From: Hans Verkuil Subject: [GIT PULL FOR v6.4] Drop destructive overlay support Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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(-)