Searched refs:crtc_state1 (Results 1 – 1 of 1) sorted by relevance
4135 static bool crtcs_port_sync_compatible(const struct intel_crtc_state *crtc_state1, in crtcs_port_sync_compatible() argument4142 return crtc_state1->hw.active && crtc_state2->hw.active && in crtcs_port_sync_compatible()4143 !crtc_state1->bigjoiner_pipes && !crtc_state2->bigjoiner_pipes && in crtcs_port_sync_compatible()4144 crtc_state1->output_types == crtc_state2->output_types && in crtcs_port_sync_compatible()4145 crtc_state1->output_format == crtc_state2->output_format && in crtcs_port_sync_compatible()4146 crtc_state1->lane_count == crtc_state2->lane_count && in crtcs_port_sync_compatible()4147 crtc_state1->port_clock == crtc_state2->port_clock && in crtcs_port_sync_compatible()4148 mode_equal(&crtc_state1->hw.adjusted_mode, in crtcs_port_sync_compatible()4150 m_n_equal(&crtc_state1->dp_m_n, &crtc_state2->dp_m_n); in crtcs_port_sync_compatible()