From patchwork Wed Aug 25 00:23:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 12456109 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B4D8C432BE for ; Wed, 25 Aug 2021 00:25:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E22686120A for ; Wed, 25 Aug 2021 00:25:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236583AbhHYA0E (ORCPT ); Tue, 24 Aug 2021 20:26:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236569AbhHYAZ6 (ORCPT ); Tue, 24 Aug 2021 20:25:58 -0400 Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DD1DC061764 for ; Tue, 24 Aug 2021 17:25:13 -0700 (PDT) Received: by mail-qk1-x729.google.com with SMTP id m21so25226603qkm.13 for ; Tue, 24 Aug 2021 17:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vanguardiasur-com-ar.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ANXgq7I+Kfs3G3EW5qqi7r/ttOA7bI0HweQUsRUv3dk=; b=ZjSwu0cl3qEfdJymDqUezMTnF3slC6OhdfEpaFdDPaDguthmZG/GNTLa5DzfHsgM0l 3qfIxU9H0UZb8w03z5Lm/l/MGuuPeKx9oYgwY6+VyQ8PaZLholNcc84m7JRxfi0J8IUi vTkHjW9fog6LuFlCcfwUb6xcc8TmTiW9VOUzwPoXla0dtsfHwLYTeVtP1t6slUsNFuJc CL6mN3Bc4GlUJb6PWQezC7N1UKxL8dWh4Asg4V/ZHapcbCxuXfMhqW26mrHSgN3v/3+4 vyTnDNNACmhn053E52srwfo0ooYwfBzFKZf2G4D4Rcf/AjmeecuoFaXjHDT/QMS5BZcH HPoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ANXgq7I+Kfs3G3EW5qqi7r/ttOA7bI0HweQUsRUv3dk=; b=h8IdS8+CVhyQaY7oSFIgTNORKlKy//wnKgzrSlFCb40SNRTBB65ss6xJ3dQIOBDhtG kpYK1Gc5P9qulWYpA2rL4VxZhwdLuHAqEjzE1+qkripxZVoqT4J3huNgqCyVIvtr71df dg9TbGhLqNvlpgZ/Rq5qV633JkfHOTZ+gRl/Q0LyK7yUPSF/nAAaFfUBuvHoKSA6bsPp WifhHflgg4j5VKP6YqSK5mTtKpzNXYxgvfw1QrEa81Mk5Qx0hei0ZItlYPeUNfPO3xBE ynlUP0ToSoqtQm4bY60T5iIr0Sw8B5vUkdu/4yVcQJ5/w2c+QQx9FOxp10dauv4XWxri 5dEw== X-Gm-Message-State: AOAM5327X1Wosq8w1NEno/2DMAM1QoLwsc9fACAUrCbo7FHyS6NKbZb9 mF5EKkWO/5T6UdeI8/A7NDbMmqZEt2Wp3Q== X-Google-Smtp-Source: ABdhPJz7iGo0dcUaTNUt15qfQDGTaS+1yrc7YhOmadg2z9sjI0e29wWm8boa+jvcSddXCpm9ikHUmA== X-Received: by 2002:a37:b7c1:: with SMTP id h184mr29883530qkf.65.1629851112111; Tue, 24 Aug 2021 17:25:12 -0700 (PDT) Received: from localhost.localdomain ([190.2.102.85]) by smtp.gmail.com with ESMTPSA id d7sm9443191qth.70.2021.08.24.17.25.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Aug 2021 17:25:11 -0700 (PDT) From: Ezequiel Garcia To: linux-media@vger.kernel.org Cc: Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Ezequiel Garcia Subject: [PATCH] media: Request API is no longer experimental Date: Tue, 24 Aug 2021 21:23:37 -0300 Message-Id: <20210825002337.6561-1-ezequiel@vanguardiasur.com.ar> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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, [1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rst Signed-off-by: Ezequiel Garcia Acked-by: Laurent Pinchart Acked-by: Sakari Ailus --- 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