|
@@ -2440,12 +2440,13 @@ static void gfx_v9_0_rlc_start(struct amdgpu_device *adev)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
WREG32_FIELD15(GC, 0, RLC_CNTL, RLC_ENABLE_F32, 1);
|
|
WREG32_FIELD15(GC, 0, RLC_CNTL, RLC_ENABLE_F32, 1);
|
|
|
|
+ udelay(50);
|
|
|
|
|
|
/* carrizo do enable cp interrupt after cp inited */
|
|
/* carrizo do enable cp interrupt after cp inited */
|
|
- if (!(adev->flags & AMD_IS_APU))
|
|
|
|
|
|
+ if (!(adev->flags & AMD_IS_APU)) {
|
|
gfx_v9_0_enable_gui_idle_interrupt(adev, true);
|
|
gfx_v9_0_enable_gui_idle_interrupt(adev, true);
|
|
-
|
|
|
|
- udelay(50);
|
|
|
|
|
|
+ udelay(50);
|
|
|
|
+ }
|
|
|
|
|
|
#ifdef AMDGPU_RLC_DEBUG_RETRY
|
|
#ifdef AMDGPU_RLC_DEBUG_RETRY
|
|
/* RLC_GPM_GENERAL_6 : RLC Ucode version */
|
|
/* RLC_GPM_GENERAL_6 : RLC Ucode version */
|