Lines Matching refs:crtc

414 		struct intel_crtc *crtc;  in intel_dp_mst_transcoder_mask()  local
416 if (connector->mst_port != mst_port || !conn_state->base.crtc) in intel_dp_mst_transcoder_mask()
419 crtc = to_intel_crtc(conn_state->base.crtc); in intel_dp_mst_transcoder_mask()
420 crtc_state = intel_atomic_get_new_crtc_state(state, crtc); in intel_dp_mst_transcoder_mask()
471 struct intel_crtc *crtc; in intel_dp_mst_atomic_master_trans_check() local
484 if (!conn_iter_state->base.crtc) in intel_dp_mst_atomic_master_trans_check()
487 crtc = to_intel_crtc(conn_iter_state->base.crtc); in intel_dp_mst_atomic_master_trans_check()
488 crtc_state = intel_atomic_get_crtc_state(&state->base, crtc); in intel_dp_mst_atomic_master_trans_check()
494 ret = drm_atomic_add_affected_planes(&state->base, &crtc->base); in intel_dp_mst_atomic_master_trans_check()
683 to_intel_crtc(pipe_config->uapi.crtc)); in intel_mst_pre_pll_enable_dp()
1019 struct intel_crtc *crtc = to_intel_crtc(connector_state->crtc); in intel_mst_atomic_best_encoder() local
1021 return &intel_dp->mst_encoders[crtc->pipe]->base.base; in intel_mst_atomic_best_encoder()
1064 if (intel_attached_encoder(connector) && connector->base.state->crtc) { in intel_dp_mst_get_hw_state()
1312 struct intel_crtc *crtc) in intel_dp_mst_add_topology_state_for_connector() argument
1324 mst_state->pending_crtc_mask |= drm_crtc_mask(&crtc->base); in intel_dp_mst_add_topology_state_for_connector()
1339 struct intel_crtc *crtc) in intel_dp_mst_add_topology_state_for_crtc() argument
1349 if (conn_state->crtc != &crtc->base) in intel_dp_mst_add_topology_state_for_crtc()
1352 ret = intel_dp_mst_add_topology_state_for_connector(state, connector, crtc); in intel_dp_mst_add_topology_state_for_crtc()