Searched refs:crtc_state1 (Results 1 – 1 of 1) sorted by relevance
4277 static bool crtcs_port_sync_compatible(const struct intel_crtc_state *crtc_state1, in crtcs_port_sync_compatible() argument4284 return crtc_state1->hw.active && crtc_state2->hw.active && in crtcs_port_sync_compatible()4285 !crtc_state1->joiner_pipes && !crtc_state2->joiner_pipes && in crtcs_port_sync_compatible()4286 crtc_state1->output_types == crtc_state2->output_types && in crtcs_port_sync_compatible()4287 crtc_state1->output_format == crtc_state2->output_format && in crtcs_port_sync_compatible()4288 crtc_state1->lane_count == crtc_state2->lane_count && in crtcs_port_sync_compatible()4289 crtc_state1->port_clock == crtc_state2->port_clock && in crtcs_port_sync_compatible()4290 mode_equal(&crtc_state1->hw.adjusted_mode, in crtcs_port_sync_compatible()4292 m_n_equal(&crtc_state1->dp_m_n, &crtc_state2->dp_m_n); in crtcs_port_sync_compatible()