Skip to content

Commit

Permalink
drm/amdgpu: enable athub/mmhub PG for beige_goby
Browse files Browse the repository at this point in the history
Enable athub/mmhub power gating for beige_goby.

Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Jiansong Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
Tao Zhou authored and alexdeucher committed May 20, 2021
1 parent d75caec commit 147de21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/gpu/drm/amd/amdgpu/nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,9 @@ static int nv_common_early_init(void *handle)
AMD_CG_SUPPORT_GFX_CGCG |
AMD_CG_SUPPORT_GFX_3D_CGCG;
adev->pg_flags = AMD_PG_SUPPORT_VCN |
AMD_PG_SUPPORT_VCN_DPG;
AMD_PG_SUPPORT_VCN_DPG |
AMD_PG_SUPPORT_ATHUB |
AMD_PG_SUPPORT_MMHUB;
adev->external_rev_id = adev->rev_id + 0x46;
break;
default:
Expand Down

0 comments on commit 147de21

Please sign in to comment.