From patchwork Mon Apr 3 14:42:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9659641 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 42E986032D for ; Mon, 3 Apr 2017 14:42:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 36E3C28285 for ; Mon, 3 Apr 2017 14:42:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2B824283BA; Mon, 3 Apr 2017 14:42:59 +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 E49C628285 for ; Mon, 3 Apr 2017 14:42:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 89E126E349; Mon, 3 Apr 2017 14:42:53 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wr0-x234.google.com (mail-wr0-x234.google.com [IPv6:2a00:1450:400c:c0c::234]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1F91A6E349 for ; Mon, 3 Apr 2017 14:42:52 +0000 (UTC) Received: by mail-wr0-x234.google.com with SMTP id w11so171370865wrc.3 for ; Mon, 03 Apr 2017 07:42:52 -0700 (PDT) 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=FfgvBmye+MCGQwlRBUNEB6cE8E2EWdI15Gs795h6yy4=; b=VCX8U8Shm/ITD9q+7ve9RkeNjtsrDBaFHCsQyJ4y8iChcSRHHlljYYLwYJfCHguw7w ChnjSijVX6pRCkiHuMAmbpkr+I3mNaZCObVeLGHm0VDYB/SptawSzVpapM77GpfLQYLq jGM2OgPwTL+0VtY+d3Af/5hA8RyugDzA5/7UufSYebPB4GUlXkrVFVfC9dZvu5W77iqM roFHECzxk35uQhJ2+ZnBDxKQuOGk7V3lHBpjaslCzjfCzX7mzn69PbR4tpexXOtXm87x f/n+UzqvBBGb685LJcdYVxSJEcgxSdcGpu5wH+b8kjepm/+HDJqZGiAjB5kOq0FwHziD GBLQ== 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=FfgvBmye+MCGQwlRBUNEB6cE8E2EWdI15Gs795h6yy4=; b=LPzAMk+hbREK3xkWTn16XnphgIsNhqF2BEOTu0tZV1G3D1jviocz7/5tneDSBILGIk j09GOclOy6eEYfH+uhmIBVkx1zHSKyQgqkOGMX/0w2Sn1pg7veafo78nkuLq5zE0NZCq 7NPgw9QioWV3zARujutB4Jj0K9+WInz1DGkV1E4+qenv+a8FjbXpDp7nYgSIszBCejxQ 35mUSH0KJ+aWgfEal1Xjtx1HMyIAj5vFUtsXX24KyGwR6Ffd25ZIlMmcIzv5JdvC56Ze ShRyZQRQgBxD7lZiZP4GHuRrl6/PqzlUJ4IKlpDQI0q6tqYPphsAlWeNSw7ZelEuGHCr hnbg== X-Gm-Message-State: AFeK/H3vX5WxbvzGazBU9m3qAhB33VmA3cDEMndaYJS/3JCUgbCgU574NCQukbi2GwuK2sKf X-Received: by 10.223.177.145 with SMTP id q17mr15252406wra.13.1491230570529; Mon, 03 Apr 2017 07:42:50 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id t68sm18503496wrc.55.2017.04.03.07.42.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 07:42:50 -0700 (PDT) From: Neil Armstrong To: dri-devel@lists.freedesktop.org, laurent.pinchart+renesas@ideasonboard.com, architt@codeaurora.org Subject: [PATCH v6 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats Date: Mon, 3 Apr 2017 16:42:37 +0200 Message-Id: <1491230558-10804-6-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1491230558-10804-1-git-send-email-narmstrong@baylibre.com> References: <1491230558-10804-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. Reviewed-by: Archit Taneja Signed-off-by: Neil Armstrong Acked-by: Laurent Pinchart --- Documentation/gpu/bridge/dw-hdmi.rst | 15 +++++++++++++++ Documentation/gpu/index.rst | 1 + 2 files changed, 16 insertions(+) create mode 100644 Documentation/gpu/bridge/dw-hdmi.rst diff --git a/Documentation/gpu/bridge/dw-hdmi.rst b/Documentation/gpu/bridge/dw-hdmi.rst new file mode 100644 index 0000000..486faad --- /dev/null +++ b/Documentation/gpu/bridge/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..d81c6ff 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -15,6 +15,7 @@ Linux GPU Driver Developer's Guide vc4 vga-switcheroo vgaarbiter + bridge/dw-hdmi todo .. only:: subproject and html