From: Prike Liang <[email protected]>

Enable gfx cg/mg/cp etc clock gating.

Signed-off-by: Prike Liang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/soc15.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c 
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index c092be45f5e2..d4cb7a66024e 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -1154,7 +1154,13 @@ static int soc15_common_early_init(void *handle)
                break;
        case CHIP_RENOIR:
                adev->asic_funcs = &soc15_asic_funcs;
-               adev->cg_flags = 0;
+               adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
+                                AMD_CG_SUPPORT_GFX_MGLS |
+                                AMD_CG_SUPPORT_GFX_3D_CGCG |
+                                AMD_CG_SUPPORT_GFX_3D_CGLS |
+                                AMD_CG_SUPPORT_GFX_CGCG |
+                                AMD_CG_SUPPORT_GFX_CGLS |
+                                AMD_CG_SUPPORT_GFX_CP_LS;
                adev->pg_flags = 0;
                adev->external_rev_id = adev->rev_id + 0x91;
 
-- 
2.20.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to