Searched refs:PIPESRC (Results 1 – 2 of 2) sorted by relevance
4554 I915_WRITE(PIPESRC(pipe), in intel_set_pipe_timings()7216 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen4_queue_flip()7260 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen6_queue_flip()9592 error->pipe[i].source = I915_READ(PIPESRC(i)); in intel_display_capture_error_state()
2769 #define PIPESRC(pipe) _PIPE(pipe, _PIPEASRC, _PIPEBSRC) macro