[PATCH 2/3] drm/doc: Add initial amdgpu driver documentation

From: Michel DÃnzer
Date: Thu May 31 2018 - 12:17:28 EST


From: Michel DÃnzer <michel.daenzer@xxxxxxx>

Signed-off-by: Michel DÃnzer <michel.daenzer@xxxxxxx>
---
Documentation/gpu/amdgpu.rst | 6 ++++++
Documentation/gpu/drivers.rst | 1 +
2 files changed, 7 insertions(+)
create mode 100644 Documentation/gpu/amdgpu.rst

diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst
new file mode 100644
index 000000000000..41a14e4aa4ac
--- /dev/null
+++ b/Documentation/gpu/amdgpu.rst
@@ -0,0 +1,6 @@
+=========================
+ drm/amdgpu AMDgpu driver
+=========================
+
+The drm/amdgpu driver supports all AMD Radeon GPUs based on the Graphics Core
+Next (GCN) architecture.
diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst
index e8c84419a2a1..604b6d6975af 100644
--- a/Documentation/gpu/drivers.rst
+++ b/Documentation/gpu/drivers.rst
@@ -4,6 +4,7 @@ GPU Driver Documentation

.. toctree::

+ amdgpu
i915
meson
pl111
--
2.17.0