summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/uvd_v2_2.c
diff options
context:
space:
mode:
authorBernard Zhao <bernard@vivo.com>2020-09-22 15:40:29 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-09-23 00:37:38 +0300
commit027f2d27b73cfdf9a56f9821e275fd84d5ecebb8 (patch)
treecc973f86426c944428a3c524d2acedfa31b0338a /drivers/gpu/drm/radeon/uvd_v2_2.c
parent52ef3a1a6f079727d9c66feedcadd85d4f808549 (diff)
downloadlinux-027f2d27b73cfdf9a56f9821e275fd84d5ecebb8.tar.xz
drm/radeon: fix typoes in comments
Change the comment typo: "programm" -> "program". Signed-off-by: Bernard Zhao <bernard@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/uvd_v2_2.c')
-rw-r--r--drivers/gpu/drm/radeon/uvd_v2_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/uvd_v2_2.c b/drivers/gpu/drm/radeon/uvd_v2_2.c
index 23b18edda20e..6266167886d9 100644
--- a/drivers/gpu/drm/radeon/uvd_v2_2.c
+++ b/drivers/gpu/drm/radeon/uvd_v2_2.c
@@ -109,7 +109,7 @@ int uvd_v2_2_resume(struct radeon_device *rdev)
if (r)
return r;
- /* programm the VCPU memory controller bits 0-27 */
+ /* program the VCPU memory controller bits 0-27 */
addr = rdev->uvd.gpu_addr >> 3;
size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 4) >> 3;
WREG32(UVD_VCPU_CACHE_OFFSET0, addr);