Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2391865ybt; Fri, 3 Jul 2020 07:59:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0KpuielroI6RuiLIKTvgHpCa7h8Rh7nyGsnqBo5MJWRUYsWrBadJ+OINHiOE0+sGyEn5T X-Received: by 2002:a17:906:27c9:: with SMTP id k9mr31969495ejc.74.1593788372933; Fri, 03 Jul 2020 07:59:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593788372; cv=none; d=google.com; s=arc-20160816; b=p9ns5wZSF0zBOm9qgESyMc4ua8EO8dV/MgRSfB8kYuVDX365lzfNEa2fgRAZf8j6cu +kpt7TTlz9yRD8vVaYuYO7AT/+KI8kHnXfQBc1qtyGtyzCGE1dMJ3Z0aEwmG62pRh7Se /PV2U9LA+AKpIJ6GcYwzI3Dik6z+vAO/n83m1jRQUuhdEhRWAf5fptC452EZ35U8h33/ gfshbzDBPEZRzsvH+CpZeVzqr9GCsLqgbmRoYhWceZqjEfUcHvQSIYXkMFX1jb3leKuk HmhunbJhHxqWYYgPAwWath1VACtWL1V3/L64P3P8YO16y+dLobwXXfYiHCy6GkZcKAr1 lGFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:organization:references:in-reply-to:date:cc:to:from :subject:message-id; bh=4LzpVo2cipnOkS+Pa5k61t9cUNxY+wG0eb9wdLFF5/E=; b=fLe8V8PkTYAdYmQz6/w2CU6GhE8dEE5gO+i+qlgZRceIlfKIVZMh2X8CtxuWTp0l6/ z9OEhflq/WLIL5C3zRYt9QlXRyuMOTJAs8A34j3gErj2PgAM4+t7eUXPgS8hwJUMmNI1 taVRl2RNJ1lIes5z1Ycsky1yz+dlmSqxENsutLTQSGVv1ZeT3eSN2is1EMGNPTZPnAv2 HUQP0H6+ruBvoypK1a1++70ir46XGEqEdntlO0p5wYoSaoZ3Z6IdTyWXBkicNoysB21E 07zabMiB8EzWbSJ2nppWNa/+0mwHPojz7Szyujy6/KjeHfQjlVCYxTsoXnO+u4LPIGND fxBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p15si8342497ejg.22.2020.07.03.07.59.04; Fri, 03 Jul 2020 07:59:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726676AbgGCO6r (ORCPT + 99 others); Fri, 3 Jul 2020 10:58:47 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:45070 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbgGCO6r (ORCPT ); Fri, 3 Jul 2020 10:58:47 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id E2D432A62E7 Message-ID: <7abec9992460dcd84a2c951fce55bc8e46f2a0ed.camel@collabora.com> Subject: Re: [PATCH 8/9] media: rkvdec: Add validate_fmt ops for pixelformat validation From: Ezequiel Garcia To: Jonas Karlman , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Hans Verkuil , Nicolas Dufresne , Tomasz Figa , Alexandre Courbot Date: Fri, 03 Jul 2020 11:58:35 -0300 In-Reply-To: References: <20200701215616.30874-1-jonas@kwiboo.se> <20200701215616.30874-9-jonas@kwiboo.se> <67a130a8fd8874c5dc639c924de959f88357b480.camel@collabora.com> Organization: Collabora Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-07-03 at 06:55 +0000, Jonas Karlman wrote: > On 2020-07-03 05:14, Ezequiel Garcia wrote: > > Hi Jonas, > > > > Thanks for working on this. > > > > On Wed, 2020-07-01 at 21:56 +0000, Jonas Karlman wrote: > > > Add an optional validate_fmt operation that is used to validate the > > > pixelformat of CAPTURE buffers. > > > > > > This is used in next patch to ensure correct pixelformat is used for 10-bit > > > and 4:2:2 content. > > > > > > Signed-off-by: Jonas Karlman > > > --- > > > drivers/staging/media/rkvdec/rkvdec.c | 8 ++++++++ > > > drivers/staging/media/rkvdec/rkvdec.h | 1 + > > > 2 files changed, 9 insertions(+) > > > > > > diff --git a/drivers/staging/media/rkvdec/rkvdec.c b/drivers/staging/media/rkvdec/rkvdec.c > > > index b1de55aa6535..465444c58f13 100644 > > > --- a/drivers/staging/media/rkvdec/rkvdec.c > > > +++ b/drivers/staging/media/rkvdec/rkvdec.c > > > @@ -239,6 +239,14 @@ static int rkvdec_try_capture_fmt(struct file *file, void *priv, > > > if (WARN_ON(!coded_desc)) > > > return -EINVAL; > > > > > > + if (coded_desc->ops->validate_fmt) { > > > + int ret; > > > + > > > + ret = coded_desc->ops->validate_fmt(ctx, pix_mp->pixelformat); > > > + if (ret) > > > + return ret; > > > + } > > > + > > > > I don't think this approach will be enough. Unless I'm mistaken, > > it's perfectly legal as per the stateless spec to first > > call S_FMT on the OUTPUT queue (which is propagated to the CAPTURE side), > > and then set the SPS and other controls. > > I agree that this will not be enough to cover all use cases stated in the spec. > > > The application is not required to do a TRY_FMT after S_EXT_CTRLS. > > If I remember correctly we were required to implement a TRY_FMT loop in > ffmpeg due to cedrus defaulting to SUNXI_TILED_NV12 instead of linear NV12 > on platforms where display controller did not support the tiled modifier. > > So having TRY_FMT as part of the init sequence has been my only test-case. > > > What I believe is needed is for the S_EXT_CTRLS to modify > > and restrict the CAPTURE format accordingly, so the application > > gets the correct format on G_FMT (and restrict future TRY_FMT). > > This sounds like a proper solution, I do belive we may have a chicken or > the egg problem depending on if application call S_EXT_CTRLS or S_FMT first. > IIUC, the order is specified in the stateless spec [1]. 1) S_FMT on OUTPUT (to set the coded pixelformat). CAPTURE format format is propagated here and a default format is set. 2) S_EXT_CTRLS, parameters are set. We don't do anything here, but here we'd validate the SPS and restrict the CAPTURE pixelformat (and perhaps reset the default CAPTURE pixelformat). 3) G_FMT on CAPTURE. 4) (optional) ENUM_FMT / S_FMT on CAPTURE, to negotiate something different from default. Regards, Ezequiel [1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst > I guess we may need to lock down on a format at whatever comes first, > S_FMT on CAPTURE or S_EXT_CTRLS with SPS ctrl. > > I have an idea on how this could be addressed, will explore and see > if I can come up with something new. > > Regards, > Jonas > > > Also, V4L2 spec asks drivers not to fail on S_FMT > > format mismatch, but instead to adjust and return a legal format > > back to the application [1]. > > > > Let me know what you think and thanks again. > > > > Ezequiel > > > > [1] Documentation/userspace-api/media/v4l/vidioc-g-fmt.rst > > > > > for (i = 0; i < coded_desc->num_decoded_fmts; i++) { > > > if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) > > > break; > > > diff --git a/drivers/staging/media/rkvdec/rkvdec.h b/drivers/staging/media/rkvdec/rkvdec.h > > > index 2fc9f46b6910..be4fc3645cde 100644 > > > --- a/drivers/staging/media/rkvdec/rkvdec.h > > > +++ b/drivers/staging/media/rkvdec/rkvdec.h > > > @@ -64,6 +64,7 @@ vb2_to_rkvdec_decoded_buf(struct vb2_buffer *buf) > > > struct rkvdec_coded_fmt_ops { > > > int (*adjust_fmt)(struct rkvdec_ctx *ctx, > > > struct v4l2_format *f); > > > + int (*validate_fmt)(struct rkvdec_ctx *ctx, u32 pixelformat); > > > int (*start)(struct rkvdec_ctx *ctx); > > > void (*stop)(struct rkvdec_ctx *ctx); > > > int (*run)(struct rkvdec_ctx *ctx);