[PATCH] Documentation: gpu: Fix number of columns in APU IP versions table
Deucher, Alexander
Alexander.Deucher at amd.com
Thu Jan 19 21:31:41 UTC 2023
[AMD Official Use Only - General]
Reviewed-by Alex Deucher <alexander.deucher at amd.com>
________________________________
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> on behalf of Mario Limonciello <mario.limonciello at amd.com>
Sent: Thursday, January 19, 2023 4:15 PM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Limonciello, Mario <Mario.Limonciello at amd.com>
Subject: [PATCH] Documentation: gpu: Fix number of columns in APU IP versions table
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20230119/bd2a86fc/attachment.htm>
More information about the amd-gfx
mailing list