Lines Matching refs:pipe_config
97 struct intel_crtc_state *pipe_config) in intel_lvds_get_config() argument
115 pipe_config->base.adjusted_mode.flags |= flags; in intel_lvds_get_config()
121 pipe_config->gmch_pfit.control |= tmp & PANEL_8TO6_DITHER_ENABLE; in intel_lvds_get_config()
124 dotclock = pipe_config->port_clock; in intel_lvds_get_config()
127 ironlake_check_encoder_dotclock(pipe_config, dotclock); in intel_lvds_get_config()
129 pipe_config->base.adjusted_mode.crtc_clock = dotclock; in intel_lvds_get_config()
300 struct intel_crtc_state *pipe_config) in intel_lvds_compute_config() argument
307 struct drm_display_mode *adjusted_mode = &pipe_config->base.adjusted_mode; in intel_lvds_compute_config()
308 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc); in intel_lvds_compute_config()
322 if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) { in intel_lvds_compute_config()
324 pipe_config->pipe_bpp, lvds_bpp); in intel_lvds_compute_config()
325 pipe_config->pipe_bpp = lvds_bpp; in intel_lvds_compute_config()
338 pipe_config->has_pch_encoder = true; in intel_lvds_compute_config()
340 intel_pch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()
343 intel_gmch_panel_fitting(intel_crtc, pipe_config, in intel_lvds_compute_config()