drm/amd/display: support access ddc for mst branch
authorEric Yang <Eric.Yang2@amd.com>
Tue, 12 Jun 2018 22:37:12 +0000 (18:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 19:47:00 +0000 (14:47 -0500)
commit0a14544661fad1606cc96aece30b2950fd9c4c81
treea31a9add90ec296502298d3150b2a1cc686daa3f
parent91f191c74e8da29360109acb97a20240bedbc355
drm/amd/display: support access ddc for mst branch

[Why]
Megachip dockings accesses ddc line through display driver when
installing FW. Previously, we would fail every transaction because
link attached to mst branch did not have their ddc transaction type
set.

[How]
Set ddc transaction type when mst branch is connected.

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-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.c