Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jack Xiao and committed by
Alex Deucher
27694eac a89a05e3

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
··· 696 696 if (amdgpu_emu_mode) 697 697 msleep(100); 698 698 else 699 - udelay(50); 699 + udelay(500); 700 700 } else { 701 701 data = RREG32_SOC15(GC, 0, regCP_MES_CNTL); 702 702 data = REG_SET_FIELD(data, CP_MES_CNTL, MES_PIPE0_ACTIVE, 0);