Skip to content

Commit 3666f83

Browse files
pldrcalexdeucher
authored andcommitted
drm/amdgpu: set vcn mgcg flag for picasso
enable vcn mgcg flag for picasso. Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 227545b commit 3666f83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,8 @@ static int soc15_common_early_init(void *handle)
14011401
AMD_CG_SUPPORT_MC_MGCG |
14021402
AMD_CG_SUPPORT_MC_LS |
14031403
AMD_CG_SUPPORT_SDMA_MGCG |
1404-
AMD_CG_SUPPORT_SDMA_LS;
1404+
AMD_CG_SUPPORT_SDMA_LS |
1405+
AMD_CG_SUPPORT_VCN_MGCG;
14051406

14061407
adev->pg_flags = AMD_PG_SUPPORT_SDMA |
14071408
AMD_PG_SUPPORT_MMHUB |

0 commit comments

Comments
 (0)