File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4021,17 +4021,6 @@ static void gfx_v12_0_update_coarse_grain_clock_gating(struct amdgpu_device *ade
4021
4021
4022
4022
if (def != data )
4023
4023
WREG32_SOC15 (GC , 0 , regRLC_CGCG_CGLS_CTRL_3D , data );
4024
-
4025
- data = RREG32_SOC15 (GC , 0 , regSDMA0_RLC_CGCG_CTRL );
4026
- data &= ~SDMA0_RLC_CGCG_CTRL__CGCG_INT_ENABLE_MASK ;
4027
- WREG32_SOC15 (GC , 0 , regSDMA0_RLC_CGCG_CTRL , data );
4028
-
4029
- /* Some ASICs only have one SDMA instance, not need to configure SDMA1 */
4030
- if (adev -> sdma .num_instances > 1 ) {
4031
- data = RREG32_SOC15 (GC , 0 , regSDMA1_RLC_CGCG_CTRL );
4032
- data &= ~SDMA1_RLC_CGCG_CTRL__CGCG_INT_ENABLE_MASK ;
4033
- WREG32_SOC15 (GC , 0 , regSDMA1_RLC_CGCG_CTRL , data );
4034
- }
4035
4024
}
4036
4025
}
4037
4026
You can’t perform that action at this time.
0 commit comments