Commit 1ec5a443 authored by tangmeng's avatar tangmeng Committed by Alex Deucher
Browse files

drm/amd/amdgpu: fix spelling mistake "disbale" -> "disable"



There is a spelling mistake. Fix it.

Signed-off-by: default avatartangmeng <tangmeng@uniontech.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ded81d5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);