diff options
author | Kent Russell <kent.russell@amd.com> | 2020-03-20 09:17:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-01 14:44:41 -0400 |
commit | 1af8e76e1418fd7f8d0ffedcd64c27026ead8978 (patch) | |
tree | efeb388a62ed5a9d5330338f77ce6577017b3f2b /Documentation/gpu/amdgpu.rst | |
parent | 1d90c13d711911e7b15d6eb3b4b02daaadfd7b5e (diff) | |
download | linux-1af8e76e1418fd7f8d0ffedcd64c27026ead8978.tar.gz linux-1af8e76e1418fd7f8d0ffedcd64c27026ead8978.tar.bz2 linux-1af8e76e1418fd7f8d0ffedcd64c27026ead8978.zip |
drm/amdgpu: Add documentation for PCIe accounting
Add the amdgpu.rst tie-ins for the pcie accounting 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/amdgpu.rst')
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index cb689fab94c7..9afcc30e0f42 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -257,13 +257,30 @@ mem_info_vis_vram_used :doc: mem_info_vis_vram_used mem_info_gtt_total ------------------------ +------------------ .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c :doc: mem_info_gtt_total mem_info_gtt_used ------------------- +----------------- .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c :doc: mem_info_gtt_used + +PCIe Accounting Information +=========================== + +pcie_bw +------- + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c + :doc: pcie_bw + +pcie_replay_count +----------------- + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c + :doc: pcie_replay_count + + |