]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
amdgpu: fix some comment typos
authorYann Dirson <ydirson@free.fr>
Mon, 13 Dec 2021 23:30:30 +0000 (00:30 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Dec 2021 21:10:58 +0000 (16:10 -0500)
Signed-off-by: Yann Dirson <ydirson@free.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/soc15.c
include/uapi/drm/amdgpu_drm.h

index 0e7dc23f78e7ff767ece9a031c39a0fe39e54a95..b23cb463b1065f2ba84a394687a7e9b1b76899f0 100644 (file)
@@ -53,7 +53,7 @@
  * can be mapped as snooped (cached system pages) or unsnooped
  * (uncached system pages).
  * Each VM has an ID associated with it and there is a page table
- * associated with each VMID.  When execting a command buffer,
+ * associated with each VMID.  When executing a command buffer,
  * the kernel tells the the ring what VMID to use for that command
  * buffer.  VMIDs are allocated dynamically as commands are submitted.
  * The userspace drivers maintain their own address space and the kernel
index a06c4944ed37cee4f882e2c6cb16a93db8c2dacb..0fc1747e4a70f3f0ea0e1e5f3577a133c4b4dcc2 100644 (file)
@@ -744,7 +744,7 @@ static void soc15_reg_base_init(struct amdgpu_device *adev)
                vega10_reg_base_init(adev);
                break;
        case CHIP_RENOIR:
-               /* It's safe to do ip discovery here for Renior,
+               /* It's safe to do ip discovery here for Renoir,
                 * it doesn't support SRIOV. */
                if (amdgpu_discovery) {
                        r = amdgpu_discovery_reg_base_init(adev);
index 26e45fc5eb1a900dc56cc59740620ed41edd1b9d..0b94ec7b73e78883ad4ef54ccf6842bd19e4c58a 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
  *
  * %AMDGPU_GEM_DOMAIN_GTT      GPU accessible system memory, mapped into the
  * GPU's virtual address space via gart. Gart memory linearizes non-contiguous
- * pages of system memory, allows GPU access system memory in a linezrized
+ * pages of system memory, allows GPU access system memory in a linearized
  * fashion.
  *
  * %AMDGPU_GEM_DOMAIN_VRAM     Local video memory. For APUs, it is memory