]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Increase timeout for DP Disable
authorWesley Chalmers <Wesley.Chalmers@amd.com>
Wed, 9 Sep 2020 21:41:53 +0000 (17:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Sep 2020 16:28:06 +0000 (12:28 -0400)
commitfcebc6e7ff429f356a73437e77f53f05a028ab9a
treecc1ba32d06db4bddc6e41f1ba0d40b6b52eb14a2
parentfe5c3e9be7bb9c60ff3b2aadb6d398bcb3eeeb00
drm/amd/display: Increase timeout for DP Disable

[WHY]
When disabling DP video, the current REG_WAIT timeout
of 50ms is too low for certain cases with very high
VSYNC intervals.

[HOW]
Increase the timeout to 102ms, so that
refresh rates as low as 10Hz can be handled properly.

Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: <stable@vger.kernel.org>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c