Lines Matching refs:pipe_config
97 struct intel_crtc_state *pipe_config) in intel_lvds_get_config() argument
119 pipe_config->base.adjusted_mode.flags |= flags; in intel_lvds_get_config()
125 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
128 dotclock = pipe_config->port_clock; in intel_lvds_get_config()
131 ironlake_check_encoder_dotclock(pipe_config, dotclock); in intel_lvds_get_config()
133 pipe_config->base.adjusted_mode.crtc_clock = dotclock; in intel_lvds_get_config()
281 struct intel_crtc_state *pipe_config) in intel_lvds_compute_config() argument
288 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_lvds_compute_config()
289 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc); in intel_lvds_compute_config()
303 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
305 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
306 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
319 pipe_config->has_pch_encoder = true; in intel_lvds_compute_config()
321 intel_pch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()
324 intel_gmch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()