aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKathara Sasikumar <katharasasikumar007@gmail.com>2025-08-19 21:19:58 +0000
committerAlex Deucher <alexander.deucher@amd.com>2025-08-27 13:57:48 -0400
commit01479d140686430ce51d01dc4ad4548323bd1232 (patch)
treead25c94859c9ae1494c791e7c343700b2d03dfad
parentdrm/amdgpu: Correct the loss of aca bank reg info (diff)
downloadlinux-01479d140686430ce51d01dc4ad4548323bd1232.tar.gz
linux-01479d140686430ce51d01dc4ad4548323bd1232.zip
Documentation/gpu/amdgpu: Fix duplicate word in driver-core.rst
Remove duplicate word 'and' in driver-core.rst. Signed-off-by: Kathara Sasikumar <katharasasikumar007@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--Documentation/gpu/amdgpu/driver-core.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/amdgpu/driver-core.rst b/Documentation/gpu/amdgpu/driver-core.rst
index 81256318e93c..bd4be32f2725 100644
--- a/Documentation/gpu/amdgpu/driver-core.rst
+++ b/Documentation/gpu/amdgpu/driver-core.rst
@@ -65,7 +65,7 @@ SDMA (System DMA)
GC (Graphics and Compute)
This is the graphics and compute engine, i.e., the block that
- encompasses the 3D pipeline and and shader blocks. This is by far the
+ encompasses the 3D pipeline and shader blocks. This is by far the
largest block on the GPU. The 3D pipeline has tons of sub-blocks. In
addition to that, it also contains the CP microcontrollers (ME, PFP, CE,
MEC) and the RLC microcontroller. It's exposed to userspace for user mode