OSDN Git Service

drm/amd/display: Fix MST downstream display not light up regression
authorJerry Zuo <Jerry.Zuo@amd.com>
Thu, 24 Aug 2017 20:03:02 +0000 (16:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:17:10 +0000 (18:17 -0400)
commit96313f1b7a4b14c8e120564698aa3be709445324
tree7aeefec14f4291fb68af28954963af905991c751
parentaac6a07e40dea7996851c81f9a5f0e433b806086
drm/amd/display: Fix MST downstream display not light up regression

The fix is for the scenario: MST+SST chain together, and hook up
to the card.

Regression: Per stream validate_context build v2
Before dc_add_stream_to_ctx(), need to update/reset
stream signal type to SIGNAL_TYPE_DISPLAY_PORT_MST. Otherwise,
downstream device cannot be added to ctx due to the lack of signal
type info (SIGNAL_TYPE_NONE).
update_stream_signal() needs to be done after stream is created.

Signed-off-by: Jerry Zuo <Jerry.Zuo@amd.com>
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_resource.c
drivers/gpu/drm/amd/display/dc/core/dc_stream.c