Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/gpu: Create a documentation entry just for hardware info

The APU and dGPU tables are hidden in the driver misc info, which makes
it hard to find specific hardware info when users need it. This commit
creates a single page for this information and adds it to the top of the
amdgpu list to improve searchability.

Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
c6a1c23d 5acd17d6

+24 -17
+23
Documentation/gpu/amdgpu/amd-hardware-list-info.rst
··· 1 + ================================================= 2 + AMD Hardware Components Information per Product 3 + ================================================= 4 + 5 + On this page, you can find the AMD product name and which component version is 6 + part of it. 7 + 8 + Accelerated Processing Units (APU) Info 9 + --------------------------------------- 10 + 11 + .. csv-table:: 12 + :header-rows: 1 13 + :widths: 3, 2, 2, 1, 1, 1, 1 14 + :file: ./apu-asic-info-table.csv 15 + 16 + Discrete GPU Info 17 + ----------------- 18 + 19 + .. csv-table:: 20 + :header-rows: 1 21 + :widths: 3, 2, 2, 1, 1, 1 22 + :file: ./dgpu-asic-info-table.csv 23 +
-17
Documentation/gpu/amdgpu/driver-misc.rst
··· 50 50 .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 51 51 :doc: board_info 52 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 53 GPU Memory Usage Information 71 54 ============================ 72 55
+1
Documentation/gpu/amdgpu/index.rst
··· 8 8 .. toctree:: 9 9 10 10 driver-core 11 + amd-hardware-list-info 11 12 module-parameters 12 13 display/index 13 14 flashing