diff options
| author | Mario Limonciello <mario.limonciello@amd.com> | 2023-01-18 07:27:02 -0600 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-01-19 17:24:25 -0500 |
| commit | 7bdcc67cf29f72852ba4e77fbbf4c57a99125f9c (patch) | |
| tree | 1fa319caa4fdbef189ab64093a26bb3c5e6cf439 /Documentation/gpu/amdgpu/driver-misc.rst | |
| parent | drm/amdgpu: allow multipipe policy on ASICs with one MEC (diff) | |
| download | linux-7bdcc67cf29f72852ba4e77fbbf4c57a99125f9c.tar.gz linux-7bdcc67cf29f72852ba4e77fbbf4c57a99125f9c.zip | |
Documentation/gpu: Add MP0 version to apu-asic-info-table
MP0 version is useful to know to figure out which firmware is intended
for a platform. Add a column for all supported APUs.
v2: squash in column fix (Mario)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu/amdgpu/driver-misc.rst')
| -rw-r--r-- | Documentation/gpu/amdgpu/driver-misc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/amdgpu/driver-misc.rst b/Documentation/gpu/amdgpu/driver-misc.rst index 1800543d45f7..be131e963d87 100644 --- a/Documentation/gpu/amdgpu/driver-misc.rst +++ b/Documentation/gpu/amdgpu/driver-misc.rst @@ -37,7 +37,7 @@ Accelerated Processing Units (APU) Info .. csv-table:: :header-rows: 1 - :widths: 3, 2, 2, 1, 1, 1 + :widths: 3, 2, 2, 1, 1, 1, 1 :file: ./apu-asic-info-table.csv Discrete GPU Info |
