commit | dc919d670c6fd1ac81ebf31625cd19579f7b3d4c | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Jan 20 12:52:13 2022 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jan 25 17:50:40 2022 -0500 |
tree | 57ca4acfbc02db8371925af4d01bffcafb3f47f4 | |
parent | 9e5a14bce2402e84251a10269df0235cd7ce9234 [diff] |
drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_interval Some architectures (e.g., ARM) have relatively low udelay limits. On most architectures, anything longer than 2000us is not recommended. Change the check to align with other similar checks in DC. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>