aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
diff options
context:
space:
mode:
authortangmeng <[email protected]>2022-01-27 07:12:39 +0000
committerAlex Deucher <[email protected]>2022-01-27 20:50:17 +0000
commit1ec5a44331af283b1cd3b0f0981cf65f0903ec8f (patch)
treec3a18ba601cb98cb7fa00f30b5107e24c2b32884 /drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
parentdrm/amdgpu: bump driver version for new CTX OP to set/get stable pstates (diff)
downloadkernel-1ec5a44331af283b1cd3b0f0981cf65f0903ec8f.tar.gz
kernel-1ec5a44331af283b1cd3b0f0981cf65f0903ec8f.zip
drm/amd/amdgpu: fix spelling mistake "disbale" -> "disable"
There is a spelling mistake. Fix it. Signed-off-by: tangmeng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index aef9d059ae52..a642c04cf17d 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -544,7 +544,7 @@ static int xgpu_vi_mailbox_rcv_irq(struct amdgpu_device *adev,
{
int r;
- /* trigger gpu-reset by hypervisor only if TDR disbaled */
+ /* trigger gpu-reset by hypervisor only if TDR disabled */
if (!amdgpu_gpu_recovery) {
/* see what event we get */
r = xgpu_vi_mailbox_rcv_msg(adev, IDH_FLR_NOTIFICATION);