mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
drm/amdgpu/mes11: increase waiting time for engine ready
mes schq engine require more waiting time for engine ready before packet submission. Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a89a05e3ca
commit
27694eace5
|
|
@ -696,7 +696,7 @@ static void mes_v11_0_enable(struct amdgpu_device *adev, bool enable)
|
|||
if (amdgpu_emu_mode)
|
||||
msleep(100);
|
||||
else
|
||||
udelay(50);
|
||||
udelay(500);
|
||||
} else {
|
||||
data = RREG32_SOC15(GC, 0, regCP_MES_CNTL);
|
||||
data = REG_SET_FIELD(data, CP_MES_CNTL, MES_PIPE0_ACTIVE, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user