aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorSonny Jiang <sonny.jiang@amd.com>2018-06-26 15:48:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-07-05 16:40:04 -0500
commit8405cf39e8bd034be29971342fca49b01e772da2 (patch)
treeddb859437e66b703a70200e41c6d928b00bd0072 /Documentation/gpu
parentdrm/amd/display: add a check for display depth validity (diff)
downloadlinux-dev-8405cf39e8bd034be29971342fca49b01e772da2.tar.xz
linux-dev-8405cf39e8bd034be29971342fca49b01e772da2.zip
drm/amdgpu: update documentation for amdgpu_drv.c
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com> Acked-by: Junwei Zhang <Jerry.Zhang@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/amdgpu.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst
index 765c2a32938f..a740e491dfcc 100644
--- a/Documentation/gpu/amdgpu.rst
+++ b/Documentation/gpu/amdgpu.rst
@@ -5,6 +5,13 @@
The drm/amdgpu driver supports all AMD Radeon GPUs based on the Graphics Core
Next (GCN) architecture.
+Module Parameters
+=================
+
+The amdgpu driver supports the following module parameters:
+
+.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+
Core Driver Infrastructure
==========================