projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89a05e
)
drm/amdgpu/mes11: increase waiting time for engine ready
author
Jack Xiao
<Jack.Xiao@amd.com>
Mon, 29 Apr 2024 08:34:42 +0000
(16:34 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 30 Apr 2024 14:00:23 +0000
(10:00 -0400)
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>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
index 28a04f0f3541ce8d60a1a0c85f66fed6bfed89fa..d98f6d282ae75d5e9d3eadc9c1a44037deaf4877 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
@@
-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(50
0
);
} else {
data = RREG32_SOC15(GC, 0, regCP_MES_CNTL);
data = REG_SET_FIELD(data, CP_MES_CNTL, MES_PIPE0_ACTIVE, 0);