Lines Matching refs:pipe_config
34 struct intel_crtc_state *pipe_config, in intel_dp_mst_compute_config() argument
43 struct drm_atomic_state *state = pipe_config->base.state; in intel_dp_mst_compute_config()
46 const struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_dp_mst_compute_config()
54 pipe_config->has_pch_encoder = false; in intel_dp_mst_compute_config()
67 pipe_config->lane_count = lane_count; in intel_dp_mst_compute_config()
69 pipe_config->pipe_bpp = bpp; in intel_dp_mst_compute_config()
71 pipe_config->port_clock = intel_dp_max_link_rate(intel_dp); in intel_dp_mst_compute_config()
74 pipe_config->has_audio = true; in intel_dp_mst_compute_config()
77 pipe_config->pbn = mst_pbn; in intel_dp_mst_compute_config()
88 pipe_config->port_clock, in intel_dp_mst_compute_config()
89 &pipe_config->dp_m_n, in intel_dp_mst_compute_config()
92 pipe_config->dp_m_n.tu = slots; in intel_dp_mst_compute_config()
95 pipe_config->lane_lat_optim_mask = in intel_dp_mst_compute_config()
96 bxt_ddi_phy_calc_lane_lat_optim_mask(pipe_config->lane_count); in intel_dp_mst_compute_config()
98 intel_ddi_compute_min_voltage_level(dev_priv, pipe_config); in intel_dp_mst_compute_config()
198 const struct intel_crtc_state *pipe_config, in intel_mst_pre_pll_enable_dp() argument
208 pipe_config, NULL); in intel_mst_pre_pll_enable_dp()
212 const struct intel_crtc_state *pipe_config, in intel_mst_pre_enable_dp() argument
240 pipe_config, NULL); in intel_mst_pre_enable_dp()
244 pipe_config->pbn, in intel_mst_pre_enable_dp()
245 pipe_config->dp_m_n.tu); in intel_mst_pre_enable_dp()
258 intel_ddi_enable_pipe_clock(pipe_config); in intel_mst_pre_enable_dp()
262 const struct intel_crtc_state *pipe_config, in intel_mst_enable_dp() argument
284 if (pipe_config->has_audio) in intel_mst_enable_dp()
285 intel_audio_codec_enable(encoder, pipe_config, conn_state); in intel_mst_enable_dp()
299 struct intel_crtc_state *pipe_config) in intel_dp_mst_enc_get_config() argument
304 intel_ddi_get_config(&intel_dig_port->base, pipe_config); in intel_dp_mst_enc_get_config()