Lines Matching refs:pipe
67 enum pipe *pipe) in intel_crt_get_hw_state() argument
85 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_crt_get_hw_state()
87 *pipe = PORT_TO_PIPE(tmp); in intel_crt_get_hw_state()
178 adpa |= PORT_TRANS_SEL_CPT(crtc->pipe); in intel_crt_set_dpms()
179 else if (crtc->pipe == 0) in intel_crt_set_dpms()
185 I915_WRITE(BCLRPAT(crtc->pipe), 0); in intel_crt_set_dpms()
543 uint32_t pipe = to_intel_crtc(crt->base.base.crtc)->pipe; in intel_crt_load_detect() local
561 bclrpat_reg = BCLRPAT(pipe); in intel_crt_load_detect()
562 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
563 vblank_reg = VBLANK(pipe); in intel_crt_load_detect()
564 vsync_reg = VSYNC(pipe); in intel_crt_load_detect()
565 pipeconf_reg = PIPECONF(pipe); in intel_crt_load_detect()
566 pipe_dsl_reg = PIPEDSL(pipe); in intel_crt_load_detect()
587 intel_wait_for_vblank(dev, pipe); in intel_crt_load_detect()