Searched refs:pipesrc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c4682 /* pipesrc controls the size that is scaled from, which should
4844 /* pipesrc and dspsize control the size that is scaled from,
7273 uint32_t pf, pipesrc; local
7301 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
7302 intel_ring_emit(ring, pf | pipesrc);
7322 uint32_t pf, pipesrc; local
7345 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
7346 intel_ring_emit(ring, pf | pipesrc);

Completed in 68 milliseconds