Skip to content

Commit 326db0d

Browse files
ydirsonalexdeucher
authored andcommitted
amdgpu: fix some comment typos
Signed-off-by: Yann Dirson <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 03f2abb commit 326db0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* can be mapped as snooped (cached system pages) or unsnooped
5454
* (uncached system pages).
5555
* Each VM has an ID associated with it and there is a page table
56-
* associated with each VMID. When execting a command buffer,
56+
* associated with each VMID. When executing a command buffer,
5757
* the kernel tells the the ring what VMID to use for that command
5858
* buffer. VMIDs are allocated dynamically as commands are submitted.
5959
* The userspace drivers maintain their own address space and the kernel

drivers/gpu/drm/amd/amdgpu/soc15.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ static void soc15_reg_base_init(struct amdgpu_device *adev)
744744
vega10_reg_base_init(adev);
745745
break;
746746
case CHIP_RENOIR:
747-
/* It's safe to do ip discovery here for Renior,
747+
/* It's safe to do ip discovery here for Renoir,
748748
* it doesn't support SRIOV. */
749749
if (amdgpu_discovery) {
750750
r = amdgpu_discovery_reg_base_init(adev);

include/uapi/drm/amdgpu_drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extern "C" {
8080
*
8181
* %AMDGPU_GEM_DOMAIN_GTT GPU accessible system memory, mapped into the
8282
* GPU's virtual address space via gart. Gart memory linearizes non-contiguous
83-
* pages of system memory, allows GPU access system memory in a linezrized
83+
* pages of system memory, allows GPU access system memory in a linearized
8484
* fashion.
8585
*
8686
* %AMDGPU_GEM_DOMAIN_VRAM Local video memory. For APUs, it is memory

0 commit comments

Comments
 (0)