Lines Matching refs:pipe_config
617 struct intel_crtc_config *pipe_config) in hsw_ddi_clock_get() argument
623 val = pipe_config->ddi_pll_sel; in hsw_ddi_clock_get()
658 pipe_config->port_clock = link_clock * 2; in hsw_ddi_clock_get()
660 if (pipe_config->has_pch_encoder) in hsw_ddi_clock_get()
661 pipe_config->adjusted_mode.crtc_clock = in hsw_ddi_clock_get()
662 intel_dotclock_calculate(pipe_config->port_clock, in hsw_ddi_clock_get()
663 &pipe_config->fdi_m_n); in hsw_ddi_clock_get()
664 else if (pipe_config->has_dp_encoder) in hsw_ddi_clock_get()
665 pipe_config->adjusted_mode.crtc_clock = in hsw_ddi_clock_get()
666 intel_dotclock_calculate(pipe_config->port_clock, in hsw_ddi_clock_get()
667 &pipe_config->dp_m_n); in hsw_ddi_clock_get()
669 pipe_config->adjusted_mode.crtc_clock = pipe_config->port_clock; in hsw_ddi_clock_get()
673 struct intel_crtc_config *pipe_config) in intel_ddi_clock_get() argument
675 hsw_ddi_clock_get(encoder, pipe_config); in intel_ddi_clock_get()
1438 struct intel_crtc_config *pipe_config) in intel_ddi_get_config() argument
1455 pipe_config->adjusted_mode.flags |= flags; in intel_ddi_get_config()
1459 pipe_config->pipe_bpp = 18; in intel_ddi_get_config()
1462 pipe_config->pipe_bpp = 24; in intel_ddi_get_config()
1465 pipe_config->pipe_bpp = 30; in intel_ddi_get_config()
1468 pipe_config->pipe_bpp = 36; in intel_ddi_get_config()
1476 pipe_config->has_hdmi_sink = true; in intel_ddi_get_config()
1482 pipe_config->has_dp_encoder = true; in intel_ddi_get_config()
1483 intel_dp_get_m_n(intel_crtc, pipe_config); in intel_ddi_get_config()
1492 pipe_config->has_audio = true; in intel_ddi_get_config()
1496 pipe_config->pipe_bpp > dev_priv->vbt.edp_bpp) { in intel_ddi_get_config()
1511 pipe_config->pipe_bpp, dev_priv->vbt.edp_bpp); in intel_ddi_get_config()
1512 dev_priv->vbt.edp_bpp = pipe_config->pipe_bpp; in intel_ddi_get_config()
1515 hsw_ddi_clock_get(encoder, pipe_config); in intel_ddi_get_config()
1519 struct intel_crtc_config *pipe_config) in intel_ddi_compute_config() argument
1527 pipe_config->cpu_transcoder = TRANSCODER_EDP; in intel_ddi_compute_config()
1530 return intel_hdmi_compute_config(encoder, pipe_config); in intel_ddi_compute_config()
1532 return intel_dp_compute_config(encoder, pipe_config); in intel_ddi_compute_config()