[PATCH] Documentation: gpu: Fix number of columns in APU IP versions table

Mario Limonciello mario.limonciello at amd.com
Thu Jan 19 21:15:54 UTC 2023


A new column was added for MP0 version, but the table is imported
into an RST file and that needs to be accounted for.

Fixes: 393c5b8fa8d85 ("Documentation/gpu: Add MP0 version to apu-asic-info-table")
Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
---
 Documentation/gpu/amdgpu/driver-misc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/amdgpu/driver-misc.rst b/Documentation/gpu/amdgpu/driver-misc.rst
index 1800543d45f74..be131e963d87c 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
-- 
2.25.1



More information about the amd-gfx mailing list