Home
last modified time | relevance | path

Searched refs:PIPESRC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_display.c4685 I915_WRITE(PIPESRC(pipe), in intel_set_pipe_timings()
7301 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen4_queue_flip()
7345 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; in intel_gen6_queue_flip()
9519 error->pipe[i].source = I915_READ(PIPESRC(i)); in intel_display_capture_error_state()
H A Di915_reg.h2731 #define PIPESRC(pipe) _PIPE(pipe, _PIPEASRC, _PIPEBSRC) macro