drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_interval
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Jan 2022 17:52:13 +0000 (12:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jan 2022 23:00:32 +0000 (18:00 -0500)
commit5e0c8ddf029e0a8533bfb04e4542b46356cbcade
tree7923d895a52c96fda8579f65aa6a8a2f62a2d76a
parent25c6aefceee60850bf78e16ae9d7fcc4a9d20884
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>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c