]> Git Repo - linux.git/commitdiff
drm/amdgpu: set vcn mgcg flag for picasso
authorSathishkumar S <[email protected]>
Mon, 3 May 2021 07:04:10 +0000 (12:34 +0530)
committerAlex Deucher <[email protected]>
Thu, 13 May 2021 14:49:16 +0000 (10:49 -0400)
enable vcn mgcg flag for picasso.

Signed-off-by: Sathishkumar S <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/soc15.c

index d80e12b80c7e5d2f955c1e4be0f3b016692ab703..8e1b9a40839fcd847c944a5fb530fa558b5a41b2 100644 (file)
@@ -1401,7 +1401,8 @@ static int soc15_common_early_init(void *handle)
                                AMD_CG_SUPPORT_MC_MGCG |
                                AMD_CG_SUPPORT_MC_LS |
                                AMD_CG_SUPPORT_SDMA_MGCG |
-                               AMD_CG_SUPPORT_SDMA_LS;
+                               AMD_CG_SUPPORT_SDMA_LS |
+                               AMD_CG_SUPPORT_VCN_MGCG;
 
                        adev->pg_flags = AMD_PG_SUPPORT_SDMA |
                                AMD_PG_SUPPORT_MMHUB |
This page took 0.060389 seconds and 4 git commands to generate.