drm/amd/display: Increase idle worker HPD detection time
[ Upstream commit 60612f75992d96955fb7154468c58d5d168cf1ab ] [Why] Idle worker thread waits HPD_DETECTION_TIME for HPD processing complete. Some displays require longer time for that. [How] Increase HPD_DETECTION_TIME to 100ms. Reviewed-by: Sun peng Li <sunpeng.li@amd.com> Signed-off-by: Roman Li <Roman.Li@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Stable-dep-of: a88b19b13fb4 ("drm/amd/display: Reduce HPD Detection Interval for IPS") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
581e5313b6
commit
0f8d9ba375
@@ -36,7 +36,7 @@
|
||||
#include "amdgpu_dm_debugfs.h"
|
||||
|
||||
#define HPD_DETECTION_PERIOD_uS 5000000
|
||||
#define HPD_DETECTION_TIME_uS 1000
|
||||
#define HPD_DETECTION_TIME_uS 100000
|
||||
|
||||
void amdgpu_dm_crtc_handle_vblank(struct amdgpu_crtc *acrtc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user