提交 e823be13 编写于 作者: L Leo Liu 提交者: Alex Deucher

drm/amdgpu: enable VCN3.0 PG and CG for Sienna_Cichlid

By setting up the flags to the ASIC
Signed-off-by: NLeo Liu <leo.liu@amd.com>
Reviewed-by: NJames Zhu <James.Zhu@amd.com>
Acked-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 fedac015
...@@ -710,8 +710,8 @@ static int nv_common_early_init(void *handle) ...@@ -710,8 +710,8 @@ static int nv_common_early_init(void *handle)
adev->external_rev_id = adev->rev_id + 0xa; adev->external_rev_id = adev->rev_id + 0xa;
break; break;
case CHIP_SIENNA_CICHLID: case CHIP_SIENNA_CICHLID:
adev->cg_flags = 0; adev->cg_flags = AMD_CG_SUPPORT_VCN_MGCG;
adev->pg_flags = 0; adev->pg_flags = AMD_PG_SUPPORT_VCN;
adev->external_rev_id = adev->rev_id + 0x28; adev->external_rev_id = adev->rev_id + 0x28;
break; break;
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册