Commit bf9b1d9d authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher

drm/amdgpu: Delay 100ms to enable gfx off feature

Original 500ms delay seems a bit large.
Change to 100 ms suggested by Christian.
Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1fdf7a4b
......@@ -26,8 +26,8 @@
#include "amdgpu.h"
#include "amdgpu_gfx.h"
/* 0.5 second timeout */
#define GFX_OFF_DELAY_ENABLE msecs_to_jiffies(500)
/* delay 0.1 second to enable gfx off feature */
#define GFX_OFF_DELAY_ENABLE msecs_to_jiffies(100)
/*
* GPU GFX IP block helpers function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment