diff options
| author | Kenneth Feng <[email protected]> | 2025-03-19 06:08:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-21 16:15:08 +0000 |
| commit | a67f0094c9d7a0310321d154e5b370a098759661 (patch) | |
| tree | 5565e44159857ef18d6fec4ec1668497cb2e7f58 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
| parent | drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV (diff) | |
| download | kernel-a67f0094c9d7a0310321d154e5b370a098759661.tar.gz kernel-a67f0094c9d7a0310321d154e5b370a098759661.zip | |
drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout"
This reverts commit 55ff973fe1c053de143969cfc8b34baff084084a.
Reason for revert: this causes some tests fail with call trace.
Signed-off-by: Kenneth Feng <[email protected]>
Acked-by: Yang Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index 9e2355a3b120..87e862188766 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -57,8 +57,8 @@ enum amdgpu_gfx_pipe_priority { #define AMDGPU_GFX_QUEUE_PRIORITY_MINIMUM 0 #define AMDGPU_GFX_QUEUE_PRIORITY_MAXIMUM 15 -/* 10 millisecond timeout */ -#define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(10) +/* 1 second timeout */ +#define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(1000) enum amdgpu_gfx_partition { AMDGPU_SPX_PARTITION_MODE = 0, |
