From patchwork Thu Jul 14 08:14:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 590632 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 1790BCCA47C for ; Thu, 14 Jul 2022 08:14:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233972AbiGNIOu (ORCPT ); Thu, 14 Jul 2022 04:14:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232034AbiGNIOg (ORCPT ); Thu, 14 Jul 2022 04:14:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A79FF20BC5 for ; Thu, 14 Jul 2022 01:14:33 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 3069461DA4 for ; Thu, 14 Jul 2022 08:14:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D88BEC341CD; Thu, 14 Jul 2022 08:14:31 +0000 (UTC) Message-ID: <6f43a0fa-f6ad-17dc-53a0-7eabf643f751@xs4all.nl> Date: Thu, 14 Jul 2022 10:14:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: "linux-media@vger.kernel.org" Cc: Ezequiel Garcia , =?utf-8?q?Jernej_=C5=A0?= =?utf-8?q?krabec?= From: Hans Verkuil Subject: [GIT PULL FOR v5.20] v2: hantro/cedrus/vb2 updates Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This PR sits on top of the stateless HEVC uAPI series: https://patchwork.linuxtv.org/project/linux-media/patch/8409c576-e2f3-489a-23df-dc16386aac13@xs4all.nl/ This series adds hantro 10 bit encoding, various cedrus fixes, and the series replacing vb2_find_timestamp with vb2_find_buffer. Changes since v1: added the last three patches of the cedrus series (https://patchwork.linuxtv.org/project/linux-media/list/?series=8237) after Ezequiel reviewed those as well. Regards, Hans The following changes since commit 444d22d2cd9386472e1ca823487f3be544f87576: media: uapi: move HEVC stateless controls out of staging (2022-07-08 20:09:00 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20j for you to fetch changes up to cef3fc5706e01f7d9097a0b718baed8f69035028: videobuf2: Remove vb2_find_timestamp() (2022-07-14 10:03:30 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Ezequiel Garcia (9): media: Add P010 tiled format videobuf2: Introduce vb2_find_buffer() mediatek: vcodec: Use vb2_find_buffer tegra-vde: Use vb2_find_buffer vicodec: Use vb2_find_buffer hantro: Use vb2_find_buffer rkvdec: Use vb2_find_buffer cedrus: Use vb2_find_buffer videobuf2: Remove vb2_find_timestamp() Jernej Skrabec (13): media: hantro: Support format filtering by depth media: hantro: postproc: Fix buffer size calculation media: hantro: postproc: Fix legacy regs configuration media: hantro: postproc: Properly calculate chroma offset media: hantro: Store VP9 bit depth in context media: hantro: sunxi: Enable 10-bit decoding media: cedrus: h265: Fix flag name media: cedrus: h265: Fix logic for not low delay flag media: cedrus: Improve error messages for controls media: cedrus: Add error handling for failed setup media: cedrus: h265: Add a couple of error checks media: cedrus: Add helper for determining number of elements media: cedrus: h265: Implement support for tiles Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst | 18 +++++-- drivers/media/common/videobuf2/videobuf2-v4l2.c | 11 ++--- drivers/media/platform/mediatek/vcodec/vdec/vdec_h264_req_common.c | 7 ++- drivers/media/platform/mediatek/vcodec/vdec/vdec_vp8_req_if.c | 7 ++- drivers/media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.c | 8 +-- drivers/media/platform/nvidia/tegra-vde/h264.c | 9 ++-- drivers/media/test-drivers/vicodec/vicodec-core.c | 8 +-- drivers/media/v4l2-core/v4l2-common.c | 1 + drivers/media/v4l2-core/v4l2-ioctl.c | 1 + drivers/staging/media/hantro/hantro.h | 4 ++ drivers/staging/media/hantro/hantro_drv.c | 29 +++++++++-- drivers/staging/media/hantro/hantro_g2_vp9_dec.c | 18 ++----- drivers/staging/media/hantro/hantro_postproc.c | 38 +++++++++++--- drivers/staging/media/hantro/hantro_v4l2.c | 50 +++++++++++++++++-- drivers/staging/media/hantro/hantro_v4l2.h | 3 ++ drivers/staging/media/hantro/sunxi_vpu_hw.c | 27 ++++++++++ drivers/staging/media/rkvdec/rkvdec-h264.c | 41 ++++++--------- drivers/staging/media/rkvdec/rkvdec-vp9.c | 10 ++-- drivers/staging/media/sunxi/cedrus/cedrus.c | 28 ++++++++++- drivers/staging/media/sunxi/cedrus/cedrus.h | 31 +++++++----- drivers/staging/media/sunxi/cedrus/cedrus_dec.c | 27 +++++++--- drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 21 ++++---- drivers/staging/media/sunxi/cedrus/cedrus_h265.c | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c | 32 +++++------- drivers/staging/media/sunxi/cedrus/cedrus_regs.h | 3 +- drivers/staging/media/sunxi/cedrus/cedrus_vp8.c | 48 +++++------------- include/media/videobuf2-v4l2.h | 12 ++--- include/uapi/linux/videodev2.h | 1 + 28 files changed, 453 insertions(+), 210 deletions(-)