Lines Matching refs:crtc
137 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc); in intel_pre_enable_lvds() local
138 const struct drm_display_mode *adjusted_mode = &crtc->config->base.adjusted_mode; in intel_pre_enable_lvds()
139 int pipe = crtc->pipe; in intel_pre_enable_lvds()
145 intel_crtc_to_shared_dpll(crtc)); in intel_pre_enable_lvds()
166 temp |= crtc->config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
189 if (crtc->config->dither && crtc->config->pipe_bpp == 18) in intel_pre_enable_lvds()
308 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc); in intel_lvds_compute_config()
517 struct drm_crtc *crtc; in intel_lvds_set_property() local
530 crtc = intel_attached_encoder(connector)->base.crtc; in intel_lvds_set_property()
531 if (crtc && crtc->state->enable) { in intel_lvds_set_property()
536 intel_crtc_restore_mode(crtc); in intel_lvds_set_property()
941 struct drm_crtc *crtc; in intel_lvds_init() local
1142 crtc = intel_get_crtc_for_pipe(dev, pipe); in intel_lvds_init()
1144 if (crtc && (lvds & LVDS_PORT_EN)) { in intel_lvds_init()
1145 fixed_mode = intel_crtc_mode_get(dev, crtc); in intel_lvds_init()