]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCG
authorLikun Gao <Likun.Gao@amd.com>
Wed, 2 Jan 2019 04:20:12 +0000 (12:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Jan 2019 17:13:20 +0000 (12:13 -0500)
MGCG should RLC enter into safe mode first.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

index f62d570a81a801e37cd1dcf0d4edb27016f56461..618639b8775ad212935fd4f68c55bc1599c0032d 100644 (file)
@@ -3586,6 +3586,8 @@ static void gfx_v9_0_update_medium_grain_clock_gating(struct amdgpu_device *adev
 {
        uint32_t data, def;
 
+       amdgpu_gfx_rlc_enter_safe_mode(adev);
+
        /* It is disabled by HW by default */
        if (enable && (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGCG)) {
                /* 1 - RLC_CGTT_MGCG_OVERRIDE */
@@ -3650,6 +3652,8 @@ static void gfx_v9_0_update_medium_grain_clock_gating(struct amdgpu_device *adev
                        WREG32_SOC15(GC, 0, mmCP_MEM_SLP_CNTL, data);
                }
        }
+
+       amdgpu_gfx_rlc_exit_safe_mode(adev);
 }
 
 static void gfx_v9_0_update_3d_clock_gating(struct amdgpu_device *adev,