drm/amdgpu/mes10.1: add delay after mes engine enable
Add delay after mes engine enable, for it needs more time to complete engine initialising. Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4df8092737
commit
7149599be4
@ -473,6 +473,7 @@ static void mes_v10_1_enable(struct amdgpu_device *adev, bool enable)
|
||||
data = REG_SET_FIELD(data, CP_MES_CNTL, MES_PIPE1_ACTIVE,
|
||||
adev->enable_mes_kiq ? 1 : 0);
|
||||
WREG32_SOC15(GC, 0, mmCP_MES_CNTL, data);
|
||||
udelay(50);
|
||||
} else {
|
||||
data = RREG32_SOC15(GC, 0, mmCP_MES_CNTL);
|
||||
data = REG_SET_FIELD(data, CP_MES_CNTL, MES_PIPE0_ACTIVE, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user