Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp3189979pxb; Tue, 24 Aug 2021 18:00:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5S6gIVc46zReepjouvKnsY2qh5hpxCiwcWizJuzty/FQNNzjukItZtrb2md2aQHf6eX8t X-Received: by 2002:a02:8549:: with SMTP id g67mr29105889jai.73.1629853235116; Tue, 24 Aug 2021 18:00:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629853235; cv=none; d=google.com; s=arc-20160816; b=NYc2xydJ1/avkjj6CkiGN/aAAeJ08V/APe2dIKi0VA9ShLWMr8MSUcvX1jlhZtQBvx l6cozLeiJsdrHMBiOsGG5enFy37pre4SYDlvbpiZboGiHsZ0Ofu44zjoU2WyOGetSZXn earmNWhnJuZWfqwzYNKS/+SCBgGp/kP7PbiU6OR1iG0ay+YOiPmTDn72ki9o/2anfl+r UiguNYSo8MEetyTYHDannYP5D7rSNtwlj8Y+oQWcyZaETpXgN2dyzNhYY4MKptP/A5Xk XIRb5AFMXl3cCvhF3u1o3F8zONnFSvEtlkSernJ/DuU744Ep6rGhZwUX4dFOT7LpeaIk LJcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=fhT6DCr4GmpwezxaU03q7B2+MAuIqKvZ/mBI6MwTTCM=; b=Qqb+KZG/TTEHzL3/q8x1WsaINCu5xdnEccZ/XyaBk3cQy6ddqOQlSmCU7G7+BblRBy 1h9vfeS1YlCznbyyuqWwdXaSbRRIupoCA68YvnGICexopxV5W5984BrJvzSJAcKUMYNK 5jX4IMq5jBE4kSAFVgl+D05CipYzsakfVxzKP3fFxvW7+BvdlHYhp4sG1qPSfx8iIv4w MFQcIq5BGkGkILjf6TcVocnjLfxHMM1F1eK1sozSZAQkvj/0Skwt/XNUZhy5OqJxKHCh sMeMmM1msFUW2gCzyyIf6hDNdLxMu3rUtPqGXgdqehFTUsEUrLrUux1XrpQHtInrWqVU InPQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=XJwA3Tbw; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t13si23526971jaj.38.2021.08.24.18.00.23; Tue, 24 Aug 2021 18:00:35 -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; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=XJwA3Tbw; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236615AbhHYAxO (ORCPT + 99 others); Tue, 24 Aug 2021 20:53:14 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:45912 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231552AbhHYAxN (ORCPT ); Tue, 24 Aug 2021 20:53:13 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 16DF924F; Wed, 25 Aug 2021 02:52:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1629852747; bh=JSX+eIc5qupFysL0niEfUn0bVolKk25/tqbDq21qDC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XJwA3TbwGuTcQ8wpT8x+qefdiCudHy7/ygQFFieciR6uEo5qL6AnlSC7TrxIK5xPr Hs/J9c45REr3P9IQMlxM0+8E0o0zQYCC7Up8qAw6w6CoDj0e7zIipoDDsvaMifFa45 54OtTUUxrlLuwr6yFF6G2od1UBsuR8V7hj9VMLeU= Date: Wed, 25 Aug 2021 03:52:16 +0300 From: Laurent Pinchart To: Ezequiel Garcia Cc: linux-media@vger.kernel.org, Sakari Ailus , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: Request API is no longer experimental Message-ID: References: <20210825002337.6561-1-ezequiel@vanguardiasur.com.ar> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210825002337.6561-1-ezequiel@vanguardiasur.com.ar> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ezequiel, Thank you for the patch. On Tue, Aug 24, 2021 at 09:23:37PM -0300, Ezequiel Garcia wrote: > The Request API is currently used and specified as part of the > Memory-to-memory Stateless Video Decoder Interface [1]. > > This can now be considered as non-experimental and stable, given > the decoder API has been used by products since a couple years, > supported by several drivers and userspace frameworks, This effectively aligns the kernel with the de facto situation, so Acked-by: Laurent Pinchart > [1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst > > Signed-off-by: Ezequiel Garcia > --- > drivers/media/mc/Kconfig | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig > index 4815b9dde9af..375b09612981 100644 > --- a/drivers/media/mc/Kconfig > +++ b/drivers/media/mc/Kconfig > @@ -16,13 +16,5 @@ config MEDIA_CONTROLLER_REQUEST_API > bool > depends on MEDIA_CONTROLLER > help > - DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING. > - > This option enables the Request API for the Media controller and V4L2 > interfaces. It is currently needed by a few stateless codec drivers. > - > - There is currently no intention to provide API or ABI stability for > - this new API as of yet. > - > -comment "Please notice that the enabled Media controller Request API is EXPERIMENTAL" > - depends on MEDIA_CONTROLLER_REQUEST_API -- Regards, Laurent Pinchart