INTEL_OUTPUT_SDVO
intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO))
} else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) {
if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) ||
pipe_config->output_types |= BIT(INTEL_OUTPUT_SDVO);
intel_encoder->type = INTEL_OUTPUT_SDVO;