Lines Matching refs:crtc
141 struct intel_crtc *crtc = to_intel_crtc(encoder->base.crtc); in intel_pre_enable_lvds() local
143 &crtc->config->base.adjusted_mode; in intel_pre_enable_lvds()
144 int pipe = crtc->pipe; in intel_pre_enable_lvds()
150 intel_crtc_to_shared_dpll(crtc)); in intel_pre_enable_lvds()
171 temp |= crtc->config->gmch_pfit.lvds_border_bits; in intel_pre_enable_lvds()
194 if (crtc->config->dither && crtc->config->pipe_bpp == 18) in intel_pre_enable_lvds()
289 struct intel_crtc *intel_crtc = to_intel_crtc(pipe_config->base.crtc); in intel_lvds_compute_config()
498 struct drm_crtc *crtc; in intel_lvds_set_property() local
511 crtc = intel_attached_encoder(connector)->base.crtc; in intel_lvds_set_property()
512 if (crtc && crtc->state->enable) { in intel_lvds_set_property()
517 intel_crtc_restore_mode(crtc); in intel_lvds_set_property()
922 struct drm_crtc *crtc; in intel_lvds_init() local
1116 crtc = intel_get_crtc_for_pipe(dev, pipe); in intel_lvds_init()
1118 if (crtc && (lvds & LVDS_PORT_EN)) { in intel_lvds_init()
1119 fixed_mode = intel_crtc_mode_get(dev, crtc); in intel_lvds_init()