Searched refs:PIPECONF (Results 1 – 7 of 7) sorted by relevance
879 int reg = PIPECONF(pipe); in intel_wait_for_pipe_off()1091 reg = PIPECONF(pipe); in assert_pipe()1532 pipeconf_val = I915_READ(PIPECONF(pipe)); in intel_enable_transcoder()1618 reg = PIPECONF(pipe); in intel_enable_pipe()1655 reg = PIPECONF(pipe); in intel_disable_pipe()2571 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11; in ironlake_fdi_pll_enable()2628 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11; in ironlake_fdi_disable()2662 temp |= (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) << 11; in ironlake_fdi_disable()2879 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPE_BPC_MASK) >> 5; in ironlake_pch_enable()4072 pipeconf = I915_READ(PIPECONF(pipe)); in i9xx_crtc_mode_set()[all …]
354 pipeconf_reg = PIPECONF(pipe); in intel_crt_load_detect()
429 if (!(I915_READ(PIPECONF(pipe)) & PIPECONF_ENABLE)) in intel_update_plane()
1034 int pipeconf_reg = PIPECONF(pipe); in intel_tv_mode_set()
913 … (I915_READ(PIPECONF(crtc->pipe)) & (PIPECONF_DOUBLE_WIDE | PIPECONF_ENABLE)) != PIPECONF_ENABLE) in check_overlay_possible_on_crtc()
129 return I915_READ(PIPECONF(pipe)) & PIPECONF_ENABLE; in i915_pipe_enabled()
2755 #define PIPECONF(tran) _TRANSCODER(tran, _PIPEACONF, _PIPEBCONF) macro