Skip to content

Commit a67f009

Browse files
Kenneth Fengalexdeucher
authored andcommitted
drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout"
This reverts commit 55ff973. Reason for revert: this causes some tests fail with call trace. Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Acked-by: Yang Wang <kevinyang.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent cfdf8b3 commit a67f009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ enum amdgpu_gfx_pipe_priority {
5757
#define AMDGPU_GFX_QUEUE_PRIORITY_MINIMUM 0
5858
#define AMDGPU_GFX_QUEUE_PRIORITY_MAXIMUM 15
5959

60-
/* 10 millisecond timeout */
61-
#define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(10)
60+
/* 1 second timeout */
61+
#define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(1000)
6262

6363
enum amdgpu_gfx_partition {
6464
AMDGPU_SPX_PARTITION_MODE = 0,

0 commit comments

Comments
 (0)