diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 8b608c2cd070..5cb168dc2f0c 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c | |||
@@ -184,7 +184,7 @@ static void intel_mst_pre_enable_dp(struct intel_encoder *encoder) | |||
184 | intel_mst->port = found->port; | 184 | intel_mst->port = found->port; |
185 | 185 | ||
186 | if (intel_dp->active_mst_links == 0) { | 186 | if (intel_dp->active_mst_links == 0) { |
187 | intel_ddi_clk_select(encoder, intel_crtc->config); | 187 | intel_ddi_clk_select(&intel_dig_port->base, intel_crtc->config); |
188 | 188 | ||
189 | intel_dp_set_link_params(intel_dp, intel_crtc->config); | 189 | intel_dp_set_link_params(intel_dp, intel_crtc->config); |
190 | 190 | ||