diff options
author | Sonny Jiang <sonny.jiang@amd.com> | 2018-06-26 21:48:34 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 23:40:04 +0200 |
commit | 8405cf39e8bd034be29971342fca49b01e772da2 (patch) | |
tree | ddb859437e66b703a70200e41c6d928b00bd0072 /Documentation/gpu | |
parent | drm/amd/display: add a check for display depth validity (diff) | |
download | linux-8405cf39e8bd034be29971342fca49b01e772da2.tar.xz linux-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.rst | 7 |
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 ========================== |