Lines Matching refs:crtc
286 && tmp_encoder->crtc == encoder->crtc) { in cdv_intel_lvds_mode_fixup()
359 struct gma_crtc *gma_crtc = to_gma_crtc(encoder->crtc); in cdv_intel_lvds_mode_set()
461 struct gma_crtc *crtc = to_gma_crtc(encoder->crtc); in cdv_intel_lvds_set_property() local
464 if (!crtc) in cdv_intel_lvds_set_property()
491 if (crtc->saved_mode.hdisplay != 0 && in cdv_intel_lvds_set_property()
492 crtc->saved_mode.vdisplay != 0) { in cdv_intel_lvds_set_property()
493 if (!drm_crtc_helper_set_mode(encoder->crtc, in cdv_intel_lvds_set_property()
494 &crtc->saved_mode, in cdv_intel_lvds_set_property()
495 encoder->crtc->x, in cdv_intel_lvds_set_property()
496 encoder->crtc->y, in cdv_intel_lvds_set_property()
497 encoder->crtc->primary->fb)) in cdv_intel_lvds_set_property()
617 struct drm_crtc *crtc; in cdv_intel_lvds_init() local
743 crtc = psb_intel_get_crtc_from_pipe(dev, pipe); in cdv_intel_lvds_init()
745 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
747 cdv_intel_crtc_mode_get(dev, crtc); in cdv_intel_lvds_init()