Skip to content
Snippets Groups Projects
Commit a67f0094 authored by Kenneth Feng's avatar Kenneth Feng Committed by Alex Deucher
Browse files

drm/amd/amdgpu: Revert "drm/amd/amdgpu: shorten the gfx idle worker timeout"


This reverts commit 55ff973f.

Reason for revert: this causes some tests fail with call trace.

Signed-off-by: default avatarKenneth Feng <kenneth.feng@amd.com>
Acked-by: default avatarYang Wang <kevinyang.wang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cfdf8b34
No related merge requests found
...@@ -57,8 +57,8 @@ enum amdgpu_gfx_pipe_priority { ...@@ -57,8 +57,8 @@ enum amdgpu_gfx_pipe_priority {
#define AMDGPU_GFX_QUEUE_PRIORITY_MINIMUM 0 #define AMDGPU_GFX_QUEUE_PRIORITY_MINIMUM 0
#define AMDGPU_GFX_QUEUE_PRIORITY_MAXIMUM 15 #define AMDGPU_GFX_QUEUE_PRIORITY_MAXIMUM 15
/* 10 millisecond timeout */ /* 1 second timeout */
#define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(10) #define GFX_PROFILE_IDLE_TIMEOUT msecs_to_jiffies(1000)
enum amdgpu_gfx_partition { enum amdgpu_gfx_partition {
AMDGPU_SPX_PARTITION_MODE = 0, AMDGPU_SPX_PARTITION_MODE = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment