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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.