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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_suspend.c306 dev_priv->savePIPEBSRC = I915_READ(PIPEBSRC);
517 I915_WRITE(PIPEBSRC, dev_priv->savePIPEBSRC);
H A Dintel_display.c3501 int pipesrc_reg = (pipe == 0) ? PIPEASRC : PIPEBSRC;
5056 pipesrc = I915_READ(pipe == 0 ? PIPEASRC : PIPEBSRC) & 0x0fff0fff;
5067 pipesrc = I915_READ(pipe == 0 ? PIPEASRC : PIPEBSRC) & 0x0fff0fff;
H A Di915_reg.h1150 #define PIPEBSRC 0x6101c macro

Completed in 77 milliseconds