From patchwork Tue Mar 7 16:42:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9609391 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 408A66046A for ; Tue, 7 Mar 2017 16:42:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2AEB41FF8F for ; Tue, 7 Mar 2017 16:42:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1E29427D9B; Tue, 7 Mar 2017 16:42:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D14931FF8F for ; Tue, 7 Mar 2017 16:42:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 59D956E762; Tue, 7 Mar 2017 16:42:41 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 964C06E762 for ; Tue, 7 Mar 2017 16:42:39 +0000 (UTC) Received: by mail-wm0-x22e.google.com with SMTP id v203so11350563wmg.0 for ; Tue, 07 Mar 2017 08:42:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=PJW0/vQKD6yVdy8NmgiROvF5vO05XdogqWv7IWP+2Wc=; b=De1xgDt7bmuqIzIFqNnfhsDEr25MZlJIJsyUDVboPLy1UMZMEvSQgJtbTEruaRQp7o l2ANoIE4FmLFwa8OwyTX4vq6FmB4im1yTRUPG7C8lysQuP0DkFBr5P+M6YH2I4+424of HFh4/tP+bAvlcKS59jhVcTZxjV0sIVFSGCVk8/hH36wv0wulyFnoNJexDlxRJvhxbXrE 3bWPwvF7iHImvkOAF4YtOtGdo0dwXDgBpUbdPCiTJaHGOdpbT3Kt26W7zUpXSgbTxmha /jtY23EuaXB/wMboO58bjXo6UrVjbeXOocwozu30YELiMbaWQbxBp1ccUWXPKYXfa7aY ffuw== 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:in-reply-to :references; bh=PJW0/vQKD6yVdy8NmgiROvF5vO05XdogqWv7IWP+2Wc=; b=CsxjtnEwLY+9OqShrHBhXYhfo+8eqDzbRdYxTSA4vxATv0lDkEPm2yLBiXeeTYf9XA jcFfxlmmwN3F3IUcZ13cWSsr5q9Gbz7DtbteGu1xyapK/JHtvapFMe+7iHYOOF9nDqdE 59dfkUkF3IZ3CreCwIzJ3XnF9ZO/Db9AzRzxOaFP0cONmS7Z33++LZf82lDdEN/ycIGj 0ahHG/HEXoh8CgnCKxOMw4OEtlMsG35Y0PtgjYYXsHwG1EZ1ju2P1lJ2FejCvAxw4ZfY j4H8DsiOqILtmQ+6OzX2xCLOIkrs4VlTkfQmy5xjcnlXZHE82hEn3Uk8uu170Zenii55 RMIQ== X-Gm-Message-State: AMke39nEwmfv0qksgSEDhEs2GmMzZ7tjxj+kst7XYkvw60o0+ss462VEbn0BeKI6BoOWTbsm X-Received: by 10.28.147.129 with SMTP id v123mr1711161wmd.51.1488904957995; Tue, 07 Mar 2017 08:42:37 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id c58sm678325wrc.9.2017.03.07.08.42.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Mar 2017 08:42:37 -0800 (PST) From: Neil Armstrong To: dri-devel@lists.freedesktop.org, laurent.pinchart+renesas@ideasonboard.com, architt@codeaurora.org Subject: [PATCH v3 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats Date: Tue, 7 Mar 2017 17:42:23 +0100 Message-Id: <1488904944-14285-6-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1488904944-14285-1-git-send-email-narmstrong@baylibre.com> References: <1488904944-14285-1-git-send-email-narmstrong@baylibre.com> Cc: Jose.Abreu@synopsys.com, linux-doc@vger.kernel.org, Neil Armstrong , kieran.bingham@ideasonboard.com, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-media@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This patch adds a new DRM documentation entry and links to the input format table added in the dw_hdmi header. Signed-off-by: Neil Armstrong --- Documentation/gpu/dw-hdmi.rst | 15 +++++++++++++++ Documentation/gpu/index.rst | 1 + 2 files changed, 16 insertions(+) create mode 100644 Documentation/gpu/dw-hdmi.rst diff --git a/Documentation/gpu/dw-hdmi.rst b/Documentation/gpu/dw-hdmi.rst new file mode 100644 index 0000000..486faad --- /dev/null +++ b/Documentation/gpu/dw-hdmi.rst @@ -0,0 +1,15 @@ +======================================================= + drm/bridge/dw-hdmi Synopsys DesignWare HDMI Controller +======================================================= + +Synopsys DesignWare HDMI Controller +=================================== + +This section covers everything related to the Synopsys DesignWare HDMI +Controller implemented as a DRM bridge. + +Supported Input Formats and Encodings +------------------------------------- + +.. kernel-doc:: include/drm/bridge/dw_hdmi.h + :doc: Supported input formats and encodings diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index e998ee0..0725449 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -10,6 +10,7 @@ Linux GPU Driver Developer's Guide drm-kms drm-kms-helpers drm-uapi + dw-hdmi i915 tinydrm vc4