Skip to content

Commit c86ea3d

Browse files
Damien Lespiaudanvet
authored andcommitted
drm/i915/skl: Skylake also supports DP MST
I've checked that TRANS_DDI_MODE, DP_TP_CTL MST bits are identical to HSW/BDW on SKL, as well as the long vs short HPD bits. So we have a good chance to be working as well as prevous platforms. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent 22606a1 commit c86ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_dp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5085,7 +5085,7 @@ intel_dp_init_connector(struct intel_digital_port *intel_dig_port,
50855085
intel_dp_aux_init(intel_dp, intel_connector);
50865086

50875087
/* init MST on ports that can support it */
5088-
if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
5088+
if (IS_HASWELL(dev) || IS_BROADWELL(dev) || INTEL_INFO(dev)->gen >= 9) {
50895089
if (port == PORT_B || port == PORT_C || port == PORT_D) {
50905090
intel_dp_mst_encoder_init(intel_dig_port,
50915091
intel_connector->base.base.id);

0 commit comments

Comments
 (0)