drm/amd/display: increase timeout for dmif dealloc
authorRoman Li <Roman.Li@amd.com>
Fri, 24 Mar 2017 20:26:09 +0000 (16:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:21:17 +0000 (17:21 -0400)
commit940c654e64e1ed70b49ec663f2370a8b4de6d2ac
tree9f859fe6288e131b3d3979451b4feadc13e2a8a2
parentfd8cc371ede63d69cf69bb3a8a9a005d91ae023f
drm/amd/display: increase timeout for dmif dealloc

In some use-cases, e.g. multiple 4K displays,
exisitng wait time for reg update of 30msec timed out
during mode setiing that sometimes resulted in system bad state
as we continue without waiting for registry update complete.
Increasing timeout to 35msec fixes that problem.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c