]> git.baikalelectronics.ru Git - kernel.git/commit
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 22:50:40 +0000 (17:50 -0500)
commit675540631a3dd8bbb9a43f55a9cc187d629158c5
tree57ca4acfbc02db8371925af4d01bffcafb3f47f4
parent270634fd236d95b2297325784c591108e4f41a62
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