Commit 0e9def21 authored by tony.huang_cp's avatar tony.huang_cp Committed by Alex Deucher
Browse files

drm/amdgpu: fix typo



change 'interupt' to 'interrupt'

Signed-off-by: default avatartony.huang_cp <huangwentao@yulong.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6a593769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev)
	/* enable VCPU clock */
	WREG32(mmUVD_VCPU_CNTL,  1 << 9);

	/* disable interupt */
	/* disable interrupt */
	WREG32_P(mmUVD_MASTINT_EN, 0, ~(1 << 1));

#ifdef __BIG_ENDIAN
@@ -405,7 +405,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev)
		return r;
	}

	/* enable interupt */
	/* enable interrupt */
	WREG32_P(mmUVD_MASTINT_EN, 3<<1, ~(3 << 1));

	WREG32_P(mmUVD_STATUS, 0, ~(1<<2));