From patchwork Sun Dec 6 23:03:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 338927 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, 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 CAA58C4167B for ; Sun, 6 Dec 2020 23:04:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90E582310B for ; Sun, 6 Dec 2020 23:04:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728321AbgLFXEw (ORCPT ); Sun, 6 Dec 2020 18:04:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbgLFXEw (ORCPT ); Sun, 6 Dec 2020 18:04:52 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE0FEC0613D1 for ; Sun, 6 Dec 2020 15:04:11 -0800 (PST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7835B5B0; Mon, 7 Dec 2020 00:03:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1607295809; bh=vkY/myO+S7mFpjw+W9kVBGl6WZNeiv3si1pzUqi0KoM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ILVvxa3Ch4oKC/ICVBD05flcjVuzBBaDw8rSdi769XO+ySJXlhJb6AUtpsjXW5O20 ZKJJrFgiSET3DGZWnoJFVraMohQEATQk7+4gVQLOFg8yOxzzOOjkR3Wrew2gYwPMGe J+S2WwXurMkxH+BbZGJE6CI+PJZIXRtA059LM7Ic= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Sakari Ailus , Hans Verkuil , Dylan Yip , Vishal Sagar , Nicolas Dufresne Subject: [PATCH v4 05/16] media: doc: pixfmt-rgb: Add title for deprecated formats Date: Mon, 7 Dec 2020 01:03:05 +0200 Message-Id: <20201206230316.1221-6-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201206230316.1221-1-laurent.pinchart@ideasonboard.com> References: <20201206230316.1221-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Improve readability of the documentation by adding a section title for the deprecated formats. Signed-off-by: Laurent Pinchart --- Documentation/userspace-api/media/v4l/pixfmt-rgb.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst index 731bde23e055..5045895e85e1 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst @@ -1000,12 +1000,14 @@ devices and drivers must ignore those bits, for both :ref:`capture` and :ref:`output` devices. +Deprecated RGB Formats +====================== + Formats defined in :ref:`pixfmt-rgb-deprecated` are deprecated and must not be used by new drivers. They are documented here for reference. The meaning of their alpha bits ``(a)`` are ill-defined and interpreted as in either the corresponding ARGB or XRGB format, depending on the driver. - .. raw:: latex \begingroup