INTEL_OUTPUT_DSI
if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) &&
if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI))
if (type == INTEL_OUTPUT_DSI) {
if (intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI))
if (!intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_DSI)) {
if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
if (!intel_crtc_has_type(pipe_config, INTEL_OUTPUT_DSI))
if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI)) {
if (WARN_ON(encoder->type != INTEL_OUTPUT_DSI))
if (intel_encoder->type == INTEL_OUTPUT_DSI)
case INTEL_OUTPUT_DSI:
intel_crtc_has_type(new_crtc_state, INTEL_OUTPUT_DSI);
pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI);
intel_encoder->type = INTEL_OUTPUT_DSI;