Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: gpu: amdgpu: Fix spelling in amdgpu documentation

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.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com>
Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rakuram Eswaran and committed by
Alex Deucher
cbf3a5d6 f117eca9

+4 -4
+2 -2
Documentation/gpu/amdgpu/debugfs.rst
··· 94 94 ------------------- 95 95 96 96 Provides an interface to set an error code on the dma fences associated with 97 - ring <name>. The error code specified is propogated to all fences associated 97 + ring <name>. The error code specified is propagated to all fences associated 98 98 with the ring. Use this to inject a fence error into a ring. 99 99 100 100 amdgpu_pm_info ··· 165 165 amdgpu_regs_* 166 166 ------------- 167 167 168 - Provides direct access to various register aperatures on the GPU. Used 168 + Provides direct access to various register apertures on the GPU. Used 169 169 by tools like UMR to access GPU registers. 170 170 171 171 amdgpu_regs2
+1 -1
Documentation/gpu/amdgpu/display/programming-model-dcn.rst
··· 100 100 For historical reasons, we used the name `dc_link`, which gives the 101 101 wrong impression that this abstraction only deals with physical connections 102 102 that the developer can easily manipulate. However, this also covers 103 - conections like eDP or cases where the output is connected to other devices. 103 + connections like eDP or cases where the output is connected to other devices. 104 104 105 105 There are two structs that are not represented in the diagram since they were 106 106 elaborated in the DCN overview page (check the DCN block diagram :ref:`Display
+1 -1
Documentation/gpu/amdgpu/process-isolation.rst
··· 26 26 $ cat /sys/class/drm/card0/device/enforce_isolation 27 27 1 0 1 0 28 28 29 - The output indicates that enforce isolation is enabled on zeroth and second parition and disabled on first and fourth parition. 29 + The output indicates that enforce isolation is enabled on zeroth and second partition and disabled on first and third partition. 30 30 31 31 For devices with a single partition or those that do not support partitions, there will be only one element: 32 32