Lines Matching refs:pipe_config
113 struct intel_crtc_config *pipe_config) in intel_crt_get_config() argument
118 pipe_config->adjusted_mode.flags |= intel_crt_get_flags(encoder); in intel_crt_get_config()
120 dotclock = pipe_config->port_clock; in intel_crt_get_config()
123 ironlake_check_encoder_dotclock(pipe_config, dotclock); in intel_crt_get_config()
125 pipe_config->adjusted_mode.crtc_clock = dotclock; in intel_crt_get_config()
129 struct intel_crtc_config *pipe_config) in hsw_crt_get_config() argument
131 intel_ddi_get_config(encoder, pipe_config); in hsw_crt_get_config()
133 pipe_config->adjusted_mode.flags &= ~(DRM_MODE_FLAG_PHSYNC | in hsw_crt_get_config()
137 pipe_config->adjusted_mode.flags |= intel_crt_get_flags(encoder); in hsw_crt_get_config()
306 struct intel_crtc_config *pipe_config) in intel_crt_compute_config() argument
311 pipe_config->has_pch_encoder = true; in intel_crt_compute_config()
315 if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) { in intel_crt_compute_config()
320 pipe_config->pipe_bpp = 24; in intel_crt_compute_config()
325 pipe_config->ddi_pll_sel = PORT_CLK_SEL_SPLL; in intel_crt_compute_config()
326 pipe_config->port_clock = 135000 * 2; in intel_crt_compute_config()