mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 13:57:27 +07:00
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: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1fdf7a4b1f
commit
bf9b1d9dc7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user