diff options
| author | Andrew Kreimer <[email protected]> | 2024-10-06 11:27:52 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-10-08 13:43:48 +0000 |
| commit | 16445e408c784affe038cb1a0193f491151ba7f2 (patch) | |
| tree | fabb145f89ba7f83f7468a1d869e5141a88a8b05 /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |
| parent | drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job (diff) | |
| download | kernel-16445e408c784affe038cb1a0193f491151ba7f2.tar.gz kernel-16445e408c784affe038cb1a0193f491151ba7f2.zip | |
drm/amdgpu: fix typos
Fix typos in comments: "wether -> whether".
Signed-off-by: Andrew Kreimer <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index 88acf34e16fc..8b72463fd5c0 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c @@ -4260,7 +4260,7 @@ static int gfx_v8_0_cp_gfx_resume(struct amdgpu_device *adev) ring->wptr = 0; WREG32(mmCP_RB0_WPTR, lower_32_bits(ring->wptr)); - /* set the wb address wether it's enabled or not */ + /* set the wb address whether it's enabled or not */ rptr_addr = ring->rptr_gpu_addr; WREG32(mmCP_RB0_RPTR_ADDR, lower_32_bits(rptr_addr)); WREG32(mmCP_RB0_RPTR_ADDR_HI, upper_32_bits(rptr_addr) & 0xFF); |
