Searched refs:crtc_state1 (Results 1 – 1 of 1) sorted by relevance
4500 static bool crtcs_port_sync_compatible(const struct intel_crtc_state *crtc_state1, in crtcs_port_sync_compatible() argument4507 return crtc_state1->hw.active && crtc_state2->hw.active && in crtcs_port_sync_compatible()4508 !crtc_state1->joiner_pipes && !crtc_state2->joiner_pipes && in crtcs_port_sync_compatible()4509 crtc_state1->output_types == crtc_state2->output_types && in crtcs_port_sync_compatible()4510 crtc_state1->output_format == crtc_state2->output_format && in crtcs_port_sync_compatible()4511 crtc_state1->lane_count == crtc_state2->lane_count && in crtcs_port_sync_compatible()4512 crtc_state1->port_clock == crtc_state2->port_clock && in crtcs_port_sync_compatible()4513 mode_equal(&crtc_state1->hw.adjusted_mode, in crtcs_port_sync_compatible()4515 m_n_equal(&crtc_state1->dp_m_n, &crtc_state2->dp_m_n); in crtcs_port_sync_compatible()