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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c4736 /* pipesrc controls the size that is scaled from, which should
4940 /* pipesrc and dspsize control the size that is scaled from,
7384 uint32_t pf, pipesrc; local
7412 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
7413 intel_ring_emit(ring, pf | pipesrc);
7433 uint32_t pf, pipesrc; local
7456 pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff;
7457 intel_ring_emit(ring, pf | pipesrc);

Completed in 43 milliseconds