Lines Matching refs:pipe_config
136 struct intel_crtc_state *pipe_config) in intel_crt_get_config() argument
138 pipe_config->output_types |= BIT(INTEL_OUTPUT_ANALOG); in intel_crt_get_config()
140 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); in intel_crt_get_config()
142 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_crt_get_config()
146 struct intel_crtc_state *pipe_config) in hsw_crt_get_config() argument
148 lpt_pch_get_config(pipe_config); in hsw_crt_get_config()
150 hsw_ddi_get_config(encoder, pipe_config); in hsw_crt_get_config()
152 pipe_config->hw.adjusted_mode.flags &= ~(DRM_MODE_FLAG_PHSYNC | in hsw_crt_get_config()
156 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); in hsw_crt_get_config()
385 struct intel_crtc_state *pipe_config, in intel_crt_compute_config() argument
389 &pipe_config->hw.adjusted_mode; in intel_crt_compute_config()
394 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in intel_crt_compute_config()
400 struct intel_crtc_state *pipe_config, in pch_crt_compute_config() argument
404 &pipe_config->hw.adjusted_mode; in pch_crt_compute_config()
409 pipe_config->has_pch_encoder = true; in pch_crt_compute_config()
410 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in pch_crt_compute_config()
416 struct intel_crtc_state *pipe_config, in hsw_crt_compute_config() argument
421 &pipe_config->hw.adjusted_mode; in hsw_crt_compute_config()
431 pipe_config->has_pch_encoder = true; in hsw_crt_compute_config()
432 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in hsw_crt_compute_config()
436 if (pipe_config->bw_constrained && pipe_config->pipe_bpp < 24) { in hsw_crt_compute_config()
442 pipe_config->pipe_bpp = 24; in hsw_crt_compute_config()
446 pipe_config->port_clock = 135000 * 2; in hsw_crt_compute_config()
448 adjusted_mode->crtc_clock = lpt_iclkip(pipe_config); in hsw_crt_compute_config()