Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614073
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5.1 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats |
| Date | 2017-03-31 16:30 +0200 |
| Message-ID | <tr5IS-5Lu-17@gated-at.bofh.it> (permalink) |
| References | <tr5IS-5Lu-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <narmstrong@baylibre.com>
---
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
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5.1 0/6] drm: bridge: dw-hdmi: Add support for Custom PHYs Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 2/6] media: uapi: Add RGB and YUV bus formats for Synopsys HDMI TX Controller Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 1/6] drm: bridge: dw-hdmi: Extract PHY interrupt setup to a function Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 4/6] drm: bridge: dw-hdmi: Switch to V4L bus format and encodings Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 5/6] drm: bridge: dw-hdmi: Add Documentation on supported input formats Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 3/6] documentation: media: Add documentation for new RGB and YUV bus formats Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 [PATCH v5.1 6/6] drm: bridge: dw-hdmi: Move HPD handling to PHY operations Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:30 +0200 Re: [PATCH v5.1 0/6] drm: bridge: dw-hdmi: Add support for Custom PHYs Archit Taneja <architt@codeaurora.org> - 2017-04-03 10:50 +0200
csiph-web