OSDN Git Service

drm/amd/display: wait for test pattern after when all pipes are programmed
authorWenjing Liu <Wenjing.Liu@amd.com>
Tue, 17 Dec 2019 17:38:54 +0000 (12:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jan 2020 19:16:15 +0000 (14:16 -0500)
commit4134aaa11bd9c3e65ec07a1fcd59f57d4c58c434
tree03ec584fb70da3d856f0fe4eb264f5fe3fd74454
parent5b5abe9526073ccbf3032d27b5864520829cdd9c
drm/amd/display: wait for test pattern after when all pipes are programmed

[why]
Currently we wait for test pattern after each pipe is programmed.  For
ODM combined scenario it will cause test pattern is shown on only half
screen for 1 frame. This is not desirable.

[how]
No wait between odm pipe programming, only wait after all pipes are
programmed.

Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c