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

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
...@@ -340,7 +340,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev) ...@@ -340,7 +340,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev)
/* enable VCPU clock */ /* enable VCPU clock */
WREG32(mmUVD_VCPU_CNTL, 1 << 9); WREG32(mmUVD_VCPU_CNTL, 1 << 9);
/* disable interupt */ /* disable interrupt */
WREG32_P(mmUVD_MASTINT_EN, 0, ~(1 << 1)); WREG32_P(mmUVD_MASTINT_EN, 0, ~(1 << 1));
#ifdef __BIG_ENDIAN #ifdef __BIG_ENDIAN
...@@ -405,7 +405,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev) ...@@ -405,7 +405,7 @@ static int uvd_v3_1_start(struct amdgpu_device *adev)
return r; return r;
} }
/* enable interupt */ /* enable interrupt */
WREG32_P(mmUVD_MASTINT_EN, 3<<1, ~(3 << 1)); WREG32_P(mmUVD_MASTINT_EN, 3<<1, ~(3 << 1));
WREG32_P(mmUVD_STATUS, 0, ~(1<<2)); WREG32_P(mmUVD_STATUS, 0, ~(1<<2));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment