diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-09-10 12:11:55 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-09-24 19:25:16 +0200 |
commit | 8886815f4c24e5d0ed76319891afaefadcbbbdd3 (patch) | |
tree | 3b3a1ca5f1cf85c7d99727edee61c392967e3b66 /Documentation/gpu | |
parent | drm/bridge: parade-ps8640: Add support for AUX channel (diff) | |
download | linux-8886815f4c24e5d0ed76319891afaefadcbbbdd3.tar.xz linux-8886815f4c24e5d0ed76319891afaefadcbbbdd3.zip |
drm/bridge: Add documentation sections
The bridge documentation overview is quite packed already, and we'll add
some more documentation that isn't part of an overview at all.
Let's add some sections to the documentation to separate each bits.
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910101218.1632297-2-maxime@cerno.tech
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 389892f36185..10f8df7aecc0 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -151,6 +151,12 @@ Overview .. kernel-doc:: drivers/gpu/drm/drm_bridge.c :doc: overview +Display Driver Integration +-------------------------- + +.. kernel-doc:: drivers/gpu/drm/drm_bridge.c + :doc: display driver integration + Bridge Operations ----------------- |