Lines Matching refs:pipe
71 enum pipe *pipe) in intel_lvds_get_hw_state() argument
89 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_lvds_get_hw_state()
91 *pipe = PORT_TO_PIPE(tmp); in intel_lvds_get_hw_state()
144 int pipe = crtc->pipe; in intel_pre_enable_lvds() local
148 assert_fdi_rx_pll_disabled(dev_priv, pipe); in intel_pre_enable_lvds()
152 assert_pll_disabled(dev_priv, pipe); in intel_pre_enable_lvds()
160 temp |= PORT_TRANS_SEL_CPT(pipe); in intel_pre_enable_lvds()
162 if (pipe == 1) { in intel_pre_enable_lvds()
293 if (INTEL_INFO(dev)->gen < 4 && intel_crtc->pipe == 0) { in intel_lvds_compute_config()
924 int pipe; in intel_lvds_init() local
1115 pipe = (lvds & LVDS_PIPEB_SELECT) ? 1 : 0; in intel_lvds_init()
1116 crtc = intel_get_crtc_for_pipe(dev, pipe); in intel_lvds_init()