File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ static const u32 hainan_mgcg_cgcg_init[] =
909
909
910
910
/* XXX: update when we support VCE */
911
911
#if 0
912
- /* tahiti, pitcarin , verde */
912
+ /* tahiti, pitcairn , verde */
913
913
static const struct amdgpu_video_codec_info tahiti_video_codecs_encode_array [] =
914
914
{
915
915
{
@@ -940,7 +940,7 @@ static const struct amdgpu_video_codecs hainan_video_codecs_encode =
940
940
.codec_array = NULL ,
941
941
};
942
942
943
- /* tahiti, pitcarin , verde, oland */
943
+ /* tahiti, pitcairn , verde, oland */
944
944
static const struct amdgpu_video_codec_info tahiti_video_codecs_decode_array [] =
945
945
{
946
946
{
@@ -1888,7 +1888,7 @@ static int si_vce_send_vcepll_ctlreq(struct amdgpu_device *adev)
1888
1888
WREG32_SMC_P (CG_VCEPLL_FUNC_CNTL , 0 , ~UPLL_CTLREQ_MASK );
1889
1889
1890
1890
if (i == SI_MAX_CTLACKS_ASSERTION_WAIT ) {
1891
- DRM_ERROR ("Timeout setting UVD clocks!\n" );
1891
+ DRM_ERROR ("Timeout setting VCE clocks!\n" );
1892
1892
return - ETIMEDOUT ;
1893
1893
}
1894
1894
You can’t perform that action at this time.
0 commit comments