diff options
author | Kent Russell <kent.russell@amd.com> | 2020-03-20 14:19:01 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-01 20:44:41 +0200 |
commit | 18485be976574d484e1efd80785b2dc6ce15ca2d (patch) | |
tree | 087e754a3b8ee87e93803153a96ce2dc74661dce /Documentation/gpu | |
parent | drm/amdgpu: Add documentation for PCIe accounting (diff) | |
download | linux-18485be976574d484e1efd80785b2dc6ce15ca2d.tar.xz linux-18485be976574d484e1efd80785b2dc6ce15ca2d.zip |
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/gpu')
-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 ============================ |