Skip to content

Commit a3a24b9

Browse files
committed
drm/amdgpu: fix typos in SI
Signed-off-by: Alexandre Demers <[email protected]>
1 parent 6370f80 commit a3a24b9

File tree

1 file changed

+3
-3
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+3
-3
lines changed

drivers/gpu/drm/amd/amdgpu/si.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ static const u32 hainan_mgcg_cgcg_init[] =
909909

910910
/* XXX: update when we support VCE */
911911
#if 0
912-
/* tahiti, pitcarin, verde */
912+
/* tahiti, pitcairn, verde */
913913
static const struct amdgpu_video_codec_info tahiti_video_codecs_encode_array[] =
914914
{
915915
{
@@ -940,7 +940,7 @@ static const struct amdgpu_video_codecs hainan_video_codecs_encode =
940940
.codec_array = NULL,
941941
};
942942

943-
/* tahiti, pitcarin, verde, oland */
943+
/* tahiti, pitcairn, verde, oland */
944944
static const struct amdgpu_video_codec_info tahiti_video_codecs_decode_array[] =
945945
{
946946
{
@@ -1888,7 +1888,7 @@ static int si_vce_send_vcepll_ctlreq(struct amdgpu_device *adev)
18881888
WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, 0, ~UPLL_CTLREQ_MASK);
18891889

18901890
if (i == SI_MAX_CTLACKS_ASSERTION_WAIT) {
1891-
DRM_ERROR("Timeout setting UVD clocks!\n");
1891+
DRM_ERROR("Timeout setting VCE clocks!\n");
18921892
return -ETIMEDOUT;
18931893
}
18941894

0 commit comments

Comments
 (0)