diff options
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 2cf9a188131d..68b4a22a8892 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c | |||
@@ -712,7 +712,8 @@ static int soc15_common_early_init(void *handle) | |||
712 | AMD_CG_SUPPORT_SDMA_MGCG | | 712 | AMD_CG_SUPPORT_SDMA_MGCG | |
713 | AMD_CG_SUPPORT_SDMA_LS | | 713 | AMD_CG_SUPPORT_SDMA_LS | |
714 | AMD_CG_SUPPORT_VCN_MGCG; | 714 | AMD_CG_SUPPORT_VCN_MGCG; |
715 | adev->pg_flags = AMD_PG_SUPPORT_SDMA; | 715 | |
716 | adev->pg_flags = AMD_PG_SUPPORT_SDMA | AMD_PG_SUPPORT_VCN; | ||
716 | 717 | ||
717 | if (adev->powerplay.pp_feature & PP_GFXOFF_MASK) | 718 | if (adev->powerplay.pp_feature & PP_GFXOFF_MASK) |
718 | adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | | 719 | adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | |