From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 5F065C433E0 for ; Sun, 5 Jul 2020 15:30:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A32620739 for ; Sun, 5 Jul 2020 15:30:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Oeze1jbH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726996AbgGEP37 (ORCPT ); Sun, 5 Jul 2020 11:29:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726877AbgGEP37 (ORCPT ); Sun, 5 Jul 2020 11:29:59 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36B4AC061794; Sun, 5 Jul 2020 08:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=KwonaS4ZUVQA/penKUCvFe9Q0+8Q/JPmxWHqhQkbcK4=; b=Oeze1jbH+oDedKFNqUNMHTa9TP mNQaDm4L/M1SLVm7KUNJcEOMS/q+kHNG/sG3n0YG1HyoYvR4BGGwxiUncCc3g8xPFOfdu6IO1Gv5R DdMPMIp2JOoIMjlloHDl8qhkCluPYhaicxsKzPzOlMUQO2diVdR40fyrgAp8EJ23mSJb7/hyWeF99 X3HU1GMWRBJXcdGdCZlVBUx1+XJCLsfOLyeMhNzXqLw3gB4+oRhsPaR+lM7KFTOvWkBkZ+xHuedvQ AZW/h64wwlIXNvthXIRhn2CIVpVkV4SuQ1ckhGNMkAxfXi9VK/YPAkNxkGBJ0YYRvpD6zJkBP4ZeJ 6LdQf/Mg==; Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1js6aR-0002Z6-8B; Sun, 05 Jul 2020 15:29:47 +0000 Subject: Re: [PATCH 4/4] media: docs: Depricate mfc frame skip control To: Stanimir Varbanov , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Kyungmin Park , Kamil Debski , Jeongtae Park , Andrzej Hajda , Hans Verkuil , Maheshwar Ajja References: <20200705121128.5250-1-stanimir.varbanov@linaro.org> <20200705121128.5250-5-stanimir.varbanov@linaro.org> From: Randy Dunlap Message-ID: <721a6a24-6fbe-8413-e7fb-cf471a7211df@infradead.org> Date: Sun, 5 Jul 2020 08:29:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200705121128.5250-5-stanimir.varbanov@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 7/5/20 5:11 AM, Stanimir Varbanov wrote: > Depricate mfc private frame skip mode control for new Deprecate Also in $subject. > clients and use the standard one instead. > > Signed-off-by: Stanimir Varbanov > --- > Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > index a8b4c0b40747..c0760bfc54d4 100644 > --- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > @@ -2805,6 +2805,11 @@ MFC 5.1 Control IDs > ``V4L2_CID_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE`` > (enum) > > + .. note:: > + > + This control is depricated. Use the standard one deprecated. > + ``V4L2_CID_MPEG_VIDEO_FRAME_SKIP_MODE`` instead. > + > enum v4l2_mpeg_mfc51_video_frame_skip_mode - > Indicates in what conditions the encoder should skip frames. If > encoding a frame would cause the encoded stream to be larger then a > -- ~Randy From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 EC4C1C433DF for ; Sun, 5 Jul 2020 15:31:42 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B8DA020739 for ; Sun, 5 Jul 2020 15:31:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DTaSVLNb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8DA020739 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0b89ynlF7s+BJZfsgRF78s7Q+XQYxLL16PpItsVlUj8=; b=DTaSVLNbteQgj7zqJp5Ke6xh+ hyiaHFDbjNp6RgBw3P7mpkFkB58sE/yDPfii7FvWCTy/29JsbSMG0zJFsY3FRHZd4J5l9x+Z/q7v1 yK7aS3VLzbDZqH7NEbeMi2RQ8uDTwKi8ykydWkaVebzK96PzUT3J8EVzpdWPwSJa4cRcr9SCPPd5s eTZWCePKkOanZjn2ArCW99lqakR38ALXccN2Esdgdhe7iT+vlVgRTB9OYexR/HuoJJgg4wADuQFqC LyBcZnp+MU1CWn5GVOXlxr5z15NNEPtwTc3OeNU+jCkVaRqPgqg9PM4r++O5j/0T0CoC6fqM42/Rh MkFZsM4CA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1js6aX-0002aJ-1l; Sun, 05 Jul 2020 15:29:53 +0000 Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1js6aR-0002Z6-8B; Sun, 05 Jul 2020 15:29:47 +0000 Subject: Re: [PATCH 4/4] media: docs: Depricate mfc frame skip control To: Stanimir Varbanov , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20200705121128.5250-1-stanimir.varbanov@linaro.org> <20200705121128.5250-5-stanimir.varbanov@linaro.org> From: Randy Dunlap Message-ID: <721a6a24-6fbe-8413-e7fb-cf471a7211df@infradead.org> Date: Sun, 5 Jul 2020 08:29:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200705121128.5250-5-stanimir.varbanov@linaro.org> Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maheshwar Ajja , Andrzej Hajda , Kamil Debski , Jeongtae Park , Kyungmin Park , Hans Verkuil Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 7/5/20 5:11 AM, Stanimir Varbanov wrote: > Depricate mfc private frame skip mode control for new Deprecate Also in $subject. > clients and use the standard one instead. > > Signed-off-by: Stanimir Varbanov > --- > Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > index a8b4c0b40747..c0760bfc54d4 100644 > --- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst > @@ -2805,6 +2805,11 @@ MFC 5.1 Control IDs > ``V4L2_CID_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE`` > (enum) > > + .. note:: > + > + This control is depricated. Use the standard one deprecated. > + ``V4L2_CID_MPEG_VIDEO_FRAME_SKIP_MODE`` instead. > + > enum v4l2_mpeg_mfc51_video_frame_skip_mode - > Indicates in what conditions the encoder should skip frames. If > encoding a frame would cause the encoded stream to be larger then a > -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel