mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
drm/amdgpu/vcn: enable vcn cg for VCN4_0_3
Enable vcn cg for VCN4_0_3. Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b7179fc29f
commit
342397db6d
|
|
@ -1096,6 +1096,7 @@ static int soc15_common_early_init(void *handle)
|
|||
case IP_VERSION(9, 4, 3):
|
||||
adev->asic_funcs = &vega20_asic_funcs;
|
||||
adev->cg_flags =
|
||||
AMD_CG_SUPPORT_VCN_MGCG |
|
||||
AMD_CG_SUPPORT_JPEG_MGCG;
|
||||
adev->pg_flags =
|
||||
AMD_PG_SUPPORT_JPEG;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user