diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-05-29 18:39:04 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 19:20:31 +0200 |
commit | 99fa7ce3a82bf8047b6104682da6ae276beb22d8 (patch) | |
tree | 3552b910d3c896d83ea27d8686de7c991092a2a2 | |
parent | drm/doc: Add a label for the PRIME Buffer Sharing chapter (diff) | |
download | linux-99fa7ce3a82bf8047b6104682da6ae276beb22d8.tar.xz linux-99fa7ce3a82bf8047b6104682da6ae276beb22d8.zip |
drm/doc: Add initial amdgpu driver documentation
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 6 | ||||
-rw-r--r-- | Documentation/gpu/drivers.rst | 1 |
2 files changed, 7 insertions, 0 deletions
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 f982558fc25d..65be325bf282 100644 --- a/Documentation/gpu/drivers.rst +++ b/Documentation/gpu/drivers.rst @@ -4,6 +4,7 @@ GPU Driver Documentation .. toctree:: + amdgpu i915 meson pl111 |