• Home
  • Raw
  • Download

Lines Matching refs:pipe_config

1088 static void i9xx_adjust_sdvo_tv_clock(struct intel_crtc_config *pipe_config)  in i9xx_adjust_sdvo_tv_clock()  argument
1090 unsigned dotclock = pipe_config->port_clock; in i9xx_adjust_sdvo_tv_clock()
1091 struct dpll *clock = &pipe_config->dpll; in i9xx_adjust_sdvo_tv_clock()
1111 pipe_config->clock_set = true; in i9xx_adjust_sdvo_tv_clock()
1115 struct intel_crtc_config *pipe_config) in intel_sdvo_compute_config() argument
1118 struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; in intel_sdvo_compute_config()
1119 struct drm_display_mode *mode = &pipe_config->requested_mode; in intel_sdvo_compute_config()
1122 pipe_config->pipe_bpp = 8*3; in intel_sdvo_compute_config()
1125 pipe_config->has_pch_encoder = true; in intel_sdvo_compute_config()
1139 pipe_config->sdvo_tv_clock = true; in intel_sdvo_compute_config()
1153 pipe_config->pixel_multiplier = in intel_sdvo_compute_config()
1156 pipe_config->has_hdmi_sink = intel_sdvo->has_hdmi_monitor; in intel_sdvo_compute_config()
1162 if (pipe_config->has_hdmi_sink && in intel_sdvo_compute_config()
1164 pipe_config->limited_color_range = true; in intel_sdvo_compute_config()
1166 if (pipe_config->has_hdmi_sink && in intel_sdvo_compute_config()
1168 pipe_config->limited_color_range = true; in intel_sdvo_compute_config()
1173 i9xx_adjust_sdvo_tv_clock(pipe_config); in intel_sdvo_compute_config()
1341 struct intel_crtc_config *pipe_config) in intel_sdvo_get_config() argument
1360 pipe_config->quirks |= PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS; in intel_sdvo_get_config()
1373 pipe_config->adjusted_mode.flags |= flags; in intel_sdvo_get_config()
1383 pipe_config->pixel_multiplier = in intel_sdvo_get_config()
1388 dotclock = pipe_config->port_clock; in intel_sdvo_get_config()
1389 if (pipe_config->pixel_multiplier) in intel_sdvo_get_config()
1390 dotclock /= pipe_config->pixel_multiplier; in intel_sdvo_get_config()
1393 ironlake_check_encoder_dotclock(pipe_config, dotclock); in intel_sdvo_get_config()
1395 pipe_config->adjusted_mode.crtc_clock = dotclock; in intel_sdvo_get_config()
1414 pipe_config->limited_color_range = true; in intel_sdvo_get_config()
1419 pipe_config->has_hdmi_sink = true; in intel_sdvo_get_config()
1422 WARN(encoder_pixel_multiplier != pipe_config->pixel_multiplier, in intel_sdvo_get_config()
1424 pipe_config->pixel_multiplier, encoder_pixel_multiplier); in intel_sdvo_get_config()