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()
166 adpa |= PORT_TRANS_SEL_CPT(crtc->pipe); in intel_crt_set_dpms()
167 else if (crtc->pipe == 0) in intel_crt_set_dpms()
173 I915_WRITE(BCLRPAT(crtc->pipe), 0); in intel_crt_set_dpms()
482 uint32_t pipe = to_intel_crtc(crt->base.base.crtc)->pipe; in intel_crt_load_detect() local
500 bclrpat_reg = BCLRPAT(pipe); in intel_crt_load_detect()
501 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
502 vblank_reg = VBLANK(pipe); in intel_crt_load_detect()
503 vsync_reg = VSYNC(pipe); in intel_crt_load_detect()
504 pipeconf_reg = PIPECONF(pipe); in intel_crt_load_detect()
505 pipe_dsl_reg = PIPEDSL(pipe); in intel_crt_load_detect()
526 intel_wait_for_vblank(dev, pipe); in intel_crt_load_detect()