Skip to content

Commit

Permalink
drm/amdgpu: Add documentation for PCIe accounting
Browse files Browse the repository at this point in the history
Add the amdgpu.rst tie-ins for the pcie accounting documentation

Signed-off-by: Kent Russell <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
kentrussell authored and alexdeucher committed Apr 1, 2020
1 parent 1d90c13 commit 1af8e76
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Documentation/gpu/amdgpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 1af8e76

Please sign in to comment.