Searched refs:PIPESRC (Results 1 – 2 of 2) sorted by relevance
5486 I915_WRITE(PIPESRC(pipe), in i9xx_crtc_mode_set()6077 I915_WRITE(PIPESRC(pipe), in ironlake_crtc_mode_set()7474 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen4_queue_flip()7517 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen6_queue_flip()9574 error->pipe[i].source = I915_READ(PIPESRC(i)); in intel_display_capture_error_state()
2496 #define PIPESRC(pipe) _PIPE(pipe, _PIPEASRC, _PIPEBSRC) macro