|
@@ -5509,7 +5509,7 @@ static void haswell_crtc_enable(struct intel_crtc_state *pipe_config,
|
|
|
if (intel_crtc->config->has_pch_encoder)
|
|
|
lpt_pch_enable(crtc);
|
|
|
|
|
|
- if (intel_crtc->config->dp_encoder_is_mst)
|
|
|
+ if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
|
|
|
intel_ddi_set_vc_payload_alloc(crtc, true);
|
|
|
|
|
|
assert_vblank_disabled(crtc);
|
|
@@ -5632,7 +5632,7 @@ static void haswell_crtc_disable(struct intel_crtc_state *old_crtc_state,
|
|
|
if (!transcoder_is_dsi(cpu_transcoder))
|
|
|
intel_disable_pipe(intel_crtc);
|
|
|
|
|
|
- if (intel_crtc->config->dp_encoder_is_mst)
|
|
|
+ if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DP_MST))
|
|
|
intel_ddi_set_vc_payload_alloc(crtc, false);
|
|
|
|
|
|
if (!transcoder_is_dsi(cpu_transcoder))
|