diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-04-04 15:31:58 +0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2017-04-04 18:48:21 +0300 |
commit | e624f516d99986faf678c22ed492797416c80215 (patch) | |
tree | f7436f8a32247e413c19152a893c34d5039af792 /Documentation/gpu/bridge | |
parent | def23aa7e9821a3dfe3fb7b139dd0229a89fdeb0 (diff) | |
download | linux-e624f516d99986faf678c22ed492797416c80215.tar.xz |
drm: bridge: dw-hdmi: Add Documentation on supported input formats
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 <architt@codeaurora.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'Documentation/gpu/bridge')
-rw-r--r-- | Documentation/gpu/bridge/dw-hdmi.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/gpu/bridge/dw-hdmi.rst b/Documentation/gpu/bridge/dw-hdmi.rst new file mode 100644 index 000000000000..486faadf00af --- /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 |