diff options
author | Kent Russell <kent.russell@amd.com> | 2020-03-20 09:19:01 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-01 14:44:41 -0400 |
commit | 18485be976574d484e1efd80785b2dc6ce15ca2d (patch) | |
tree | 087e754a3b8ee87e93803153a96ce2dc74661dce /Documentation | |
parent | 1af8e76e1418fd7f8d0ffedcd64c27026ead8978 (diff) | |
download | linux-next-18485be976574d484e1efd80785b2dc6ce15ca2d.tar.gz |
drm/amdgpu: Add documentation for unique_id
Add the amdgpu.rst tie-ins for the unique_id documentation
Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index 9afcc30e0f42..4cc74325bf91 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -227,6 +227,12 @@ serial_number .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c :doc: serial_number +unique_id +--------- + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c + :doc: unique_id + GPU Memory Usage Information ============================ |