[PATCH v2 1/2] docs: gpu: amdgpu: Fix spelling in amdgpu documentation

Rakuram Eswaran posted 2 patches 1 month, 2 weeks ago
[PATCH v2 1/2] docs: gpu: amdgpu: Fix spelling in amdgpu documentation
Posted by Rakuram Eswaran 1 month, 2 weeks ago
Fixed following typos reported by Codespell

1. propogated ==> propagated
   aperatures ==> apertures
In Documentation/gpu/amdgpu/debugfs.rst

2. parition ==> partition
In Documentation/gpu/amdgpu/process-isolation.rst

3. conections ==> connections
In Documentation/gpu/amdgpu/display/programming-model-dcn.rst

In addition to above,
Fixed wrong bit-partition naming in gpu/amdgpu/process-isolation.rst
from "fourth" partition to "third" partition.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>
---
 Documentation/gpu/amdgpu/debugfs.rst                       | 4 ++--
 Documentation/gpu/amdgpu/display/programming-model-dcn.rst | 2 +-
 Documentation/gpu/amdgpu/process-isolation.rst             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/gpu/amdgpu/debugfs.rst b/Documentation/gpu/amdgpu/debugfs.rst
index 5150d0a95658..151d8bfc79e2 100644
--- a/Documentation/gpu/amdgpu/debugfs.rst
+++ b/Documentation/gpu/amdgpu/debugfs.rst
@@ -94,7 +94,7 @@ amdgpu_error_<name>
 -------------------
 
 Provides an interface to set an error code on the dma fences associated with
-ring <name>.  The error code specified is propogated to all fences associated
+ring <name>.  The error code specified is propagated to all fences associated
 with the ring.  Use this to inject a fence error into a ring.
 
 amdgpu_pm_info
@@ -165,7 +165,7 @@ GTT memory.
 amdgpu_regs_*
 -------------
 
-Provides direct access to various register aperatures on the GPU.  Used
+Provides direct access to various register apertures on the GPU.  Used
 by tools like UMR to access GPU registers.
 
 amdgpu_regs2
diff --git a/Documentation/gpu/amdgpu/display/programming-model-dcn.rst b/Documentation/gpu/amdgpu/display/programming-model-dcn.rst
index c1b48d49fb0b..bc7de97a746f 100644
--- a/Documentation/gpu/amdgpu/display/programming-model-dcn.rst
+++ b/Documentation/gpu/amdgpu/display/programming-model-dcn.rst
@@ -100,7 +100,7 @@ represents the connected display.
    For historical reasons, we used the name `dc_link`, which gives the
    wrong impression that this abstraction only deals with physical connections
    that the developer can easily manipulate. However, this also covers
-   conections like eDP or cases where the output is connected to other devices.
+   connections like eDP or cases where the output is connected to other devices.
 
 There are two structs that are not represented in the diagram since they were
 elaborated in the DCN overview page  (check the DCN block diagram :ref:`Display
diff --git a/Documentation/gpu/amdgpu/process-isolation.rst b/Documentation/gpu/amdgpu/process-isolation.rst
index 6b6d70e357a7..25b06ffefc33 100644
--- a/Documentation/gpu/amdgpu/process-isolation.rst
+++ b/Documentation/gpu/amdgpu/process-isolation.rst
@@ -26,7 +26,7 @@ Example of enabling enforce isolation on a GPU with multiple partitions:
     $ cat /sys/class/drm/card0/device/enforce_isolation
     1 0 1 0
 
-The output indicates that enforce isolation is enabled on zeroth and second parition and disabled on first and fourth parition.
+The output indicates that enforce isolation is enabled on zeroth and second partition and disabled on first and third partition.
 
 For devices with a single partition or those that do not support partitions, there will be only one element:
 
-- 
2.43.0
Re: [PATCH v2 1/2] docs: gpu: amdgpu: Fix spelling in amdgpu documentation
Posted by Randy Dunlap 1 month, 2 weeks ago

On 8/20/25 7:59 PM, Rakuram Eswaran wrote:
> Fixed following typos reported by Codespell
> 
> 1. propogated ==> propagated
>    aperatures ==> apertures
> In Documentation/gpu/amdgpu/debugfs.rst
> 
> 2. parition ==> partition
> In Documentation/gpu/amdgpu/process-isolation.rst
> 
> 3. conections ==> connections
> In Documentation/gpu/amdgpu/display/programming-model-dcn.rst
> 
> In addition to above,
> Fixed wrong bit-partition naming in gpu/amdgpu/process-isolation.rst
> from "fourth" partition to "third" partition.
> 
> Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
> Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/gpu/amdgpu/debugfs.rst                       | 4 ++--
>  Documentation/gpu/amdgpu/display/programming-model-dcn.rst | 2 +-
>  Documentation/gpu/amdgpu/process-isolation.rst             | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)


-- 
~Randy
Re: [PATCH v2 1/2] docs: gpu: amdgpu: Fix spelling in amdgpu documentation
Posted by Alex Deucher 1 month, 1 week ago
Applied.  Thanks!

Alex

On Wed, Aug 20, 2025 at 11:13 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
>
>
> On 8/20/25 7:59 PM, Rakuram Eswaran wrote:
> > Fixed following typos reported by Codespell
> >
> > 1. propogated ==> propagated
> >    aperatures ==> apertures
> > In Documentation/gpu/amdgpu/debugfs.rst
> >
> > 2. parition ==> partition
> > In Documentation/gpu/amdgpu/process-isolation.rst
> >
> > 3. conections ==> connections
> > In Documentation/gpu/amdgpu/display/programming-model-dcn.rst
> >
> > In addition to above,
> > Fixed wrong bit-partition naming in gpu/amdgpu/process-isolation.rst
> > from "fourth" partition to "third" partition.
> >
> > Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> > Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
> > Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thanks.
>
> > ---
> >  Documentation/gpu/amdgpu/debugfs.rst                       | 4 ++--
> >  Documentation/gpu/amdgpu/display/programming-model-dcn.rst | 2 +-
> >  Documentation/gpu/amdgpu/process-isolation.rst             | 2 +-
> >  3 files changed, 4 insertions(+), 4 deletions(-)
>
>
> --
> ~Randy