projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a59376
)
drm/amdgpu: fix typo
author
tony.huang_cp
<huangwentao@yulong.com>
Mon, 24 May 2021 07:15:54 +0000
(15:15 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 26 May 2021 03:44:06 +0000
(23:44 -0400)
change 'interupt' to 'interrupt'
Signed-off-by: tony.huang_cp <huangwentao@yulong.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
b/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
index 284447d7a579523118923fb8396c31483f094e5e..6c0e914953655acfa0229e4767f8e3a103f665ab 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
+++ b/
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
@@
-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 inter
r
upt */
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 inter
r
upt */
WREG32_P(mmUVD_MASTINT_EN, 3<<1, ~(3 << 1));
WREG32_P(mmUVD_STATUS, 0, ~(1<<2));