<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<p style="font-family:Arial;font-size:10pt;color:#0000FF;margin:5pt;" align="Left">
[AMD Official Use Only - General]<br>
</p>
<br>
<div>
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">Reviewed-by Alex Deucher <alexander.deucher@amd.com><br>
</span></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Mario Limonciello <mario.limonciello@amd.com><br>
<b>Sent:</b> Thursday, January 19, 2023 4:15 PM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Limonciello, Mario <Mario.Limonciello@amd.com><br>
<b>Subject:</b> [PATCH] Documentation: gpu: Fix number of columns in APU IP versions table</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">A new column was added for MP0 version, but the table is imported<br>
into an RST file and that needs to be accounted for.<br>
<br>
Fixes: 393c5b8fa8d85 ("Documentation/gpu: Add MP0 version to apu-asic-info-table")<br>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com><br>
---<br>
 Documentation/gpu/amdgpu/driver-misc.rst | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/Documentation/gpu/amdgpu/driver-misc.rst b/Documentation/gpu/amdgpu/driver-misc.rst<br>
index 1800543d45f74..be131e963d87c 100644<br>
--- a/Documentation/gpu/amdgpu/driver-misc.rst<br>
+++ b/Documentation/gpu/amdgpu/driver-misc.rst<br>
@@ -37,7 +37,7 @@ Accelerated Processing Units (APU) Info<br>
 <br>
 .. csv-table::<br>
    :header-rows: 1<br>
-   :widths: 3, 2, 2, 1, 1, 1<br>
+   :widths: 3, 2, 2, 1, 1, 1, 1<br>
    :file: ./apu-asic-info-table.csv<br>
 <br>
 Discrete GPU Info<br>
-- <br>
2.25.1<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>