summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-03-16 03:59:26 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-03-19 09:43:11 -0400
commit6d544fd6f4e15a5c3d7ae50e3bfd728cb84bb968 (patch)
tree4de8a65025fb3308442e135524360af192bf66dc /Documentation/gpu
parent2bcfcbfc1ddd59c9335de5d4dcd20c45354535fc (diff)
drm/doc: Put all driver docs into a separate chapter
We have quite a few driver docs now, which is great, but having them all in the top-level gpu documentation chapter makes it harder to spot the core/shared bits. Stuff them into a separate chapter and ecourage people to add even more! Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180316075926.13584-1-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/drivers.rst21
-rw-r--r--Documentation/gpu/index.rst9
2 files changed, 22 insertions, 8 deletions
diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst
new file mode 100644
index 000000000000..e8c84419a2a1
--- /dev/null
+++ b/Documentation/gpu/drivers.rst
@@ -0,0 +1,21 @@
1========================
2GPU Driver Documentation
3========================
4
5.. toctree::
6
7 i915
8 meson
9 pl111
10 tegra
11 tinydrm
12 tve200
13 vc4
14 bridge/dw-hdmi
15
16.. only:: subproject and html
17
18 Indices
19 =======
20
21 * :ref:`genindex`
diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst
index c36586dad29d..00288f34c5a6 100644
--- a/Documentation/gpu/index.rst
+++ b/Documentation/gpu/index.rst
@@ -10,16 +10,9 @@ Linux GPU Driver Developer's Guide
10 drm-kms 10 drm-kms
11 drm-kms-helpers 11 drm-kms-helpers
12 drm-uapi 12 drm-uapi
13 i915 13 drivers
14 meson
15 pl111
16 tegra
17 tinydrm
18 tve200
19 vc4
20 vga-switcheroo 14 vga-switcheroo
21 vgaarbiter 15 vgaarbiter
22 bridge/dw-hdmi
23 todo 16 todo
24 17
25.. only:: subproject and html 18.. only:: subproject and html