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()
139 int pipe = crtc->pipe; in intel_pre_enable_lvds() local
143 assert_fdi_rx_pll_disabled(dev_priv, pipe); in intel_pre_enable_lvds()
147 assert_pll_disabled(dev_priv, pipe); in intel_pre_enable_lvds()
155 temp |= PORT_TRANS_SEL_CPT(pipe); in intel_pre_enable_lvds()
157 if (pipe == 1) { in intel_pre_enable_lvds()
312 if (INTEL_INFO(dev)->gen < 4 && intel_crtc->pipe == 0) { in intel_lvds_compute_config()
944 int pipe; in intel_lvds_init() local
1141 pipe = (lvds & LVDS_PIPEB_SELECT) ? 1 : 0; in intel_lvds_init()
1142 crtc = intel_get_crtc_for_pipe(dev, pipe); in intel_lvds_init()