~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/gpu/amdgpu/driver-misc.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 ================================
  2  Misc AMDGPU driver information
  3 ================================
  4 
  5 GPU Product Information
  6 =======================
  7 
  8 Information about the GPU can be obtained on certain cards
  9 via sysfs
 10 
 11 product_name
 12 ------------
 13 
 14 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
 15    :doc: product_name
 16 
 17 product_number
 18 --------------
 19 
 20 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
 21    :doc: product_number
 22 
 23 serial_number
 24 -------------
 25 
 26 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
 27    :doc: serial_number
 28 
 29 fru_id
 30 -------------
 31 
 32 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
 33    :doc: fru_id
 34 
 35 manufacturer
 36 -------------
 37 
 38 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
 39    :doc: manufacturer
 40 
 41 unique_id
 42 ---------
 43 
 44 .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c
 45    :doc: unique_id
 46 
 47 board_info
 48 ----------
 49 
 50 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
 51    :doc: board_info
 52 
 53 Accelerated Processing Units (APU) Info
 54 ---------------------------------------
 55 
 56 .. csv-table::
 57    :header-rows: 1
 58    :widths: 3, 2, 2, 1, 1, 1, 1
 59    :file: ./apu-asic-info-table.csv
 60 
 61 Discrete GPU Info
 62 -----------------
 63 
 64 .. csv-table::
 65    :header-rows: 1
 66    :widths: 3, 2, 2, 1, 1, 1
 67    :file: ./dgpu-asic-info-table.csv
 68 
 69 
 70 GPU Memory Usage Information
 71 ============================
 72 
 73 Various memory accounting can be accessed via sysfs
 74 
 75 mem_info_vram_total
 76 -------------------
 77 
 78 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
 79    :doc: mem_info_vram_total
 80 
 81 mem_info_vram_used
 82 ------------------
 83 
 84 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
 85    :doc: mem_info_vram_used
 86 
 87 mem_info_vis_vram_total
 88 -----------------------
 89 
 90 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
 91    :doc: mem_info_vis_vram_total
 92 
 93 mem_info_vis_vram_used
 94 ----------------------
 95 
 96 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
 97    :doc: mem_info_vis_vram_used
 98 
 99 mem_info_gtt_total
100 ------------------
101 
102 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
103    :doc: mem_info_gtt_total
104 
105 mem_info_gtt_used
106 -----------------
107 
108 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
109    :doc: mem_info_gtt_used
110 
111 PCIe Accounting Information
112 ===========================
113 
114 pcie_bw
115 -------
116 
117 .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c
118    :doc: pcie_bw
119 
120 pcie_replay_count
121 -----------------
122 
123 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
124    :doc: pcie_replay_count
125 
126 GPU SmartShift Information
127 ==========================
128 
129 GPU SmartShift information via sysfs
130 
131 smartshift_apu_power
132 --------------------
133 
134 .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c
135    :doc: smartshift_apu_power
136 
137 smartshift_dgpu_power
138 ---------------------
139 
140 .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c
141    :doc: smartshift_dgpu_power
142 
143 smartshift_bias
144 ---------------
145 
146 .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c
147    :doc: smartshift_bias

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php