Searched refs:PIPEACONF_ENABLE (Results 1 - 4 of 4) 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 Dintel_display.c1954 if ((temp & PIPEACONF_ENABLE) == 0) {
1955 I915_WRITE(pipeconf_reg, temp | PIPEACONF_ENABLE);
2104 if ((temp & PIPEACONF_ENABLE) != 0) {
2105 I915_WRITE(pipeconf_reg, temp & ~PIPEACONF_ENABLE);
2294 if ((temp & PIPEACONF_ENABLE) == 0)
2295 I915_WRITE(pipeconf_reg, temp | PIPEACONF_ENABLE);
2341 if ((temp & PIPEACONF_ENABLE) != 0) {
2342 I915_WRITE(pipeconf_reg, temp & ~PIPEACONF_ENABLE);
3859 pipeconf |= PIPEACONF_ENABLE;
H A Di915_irq.c196 if (I915_READ(pipeconf) & PIPEACONF_ENABLE)
1218 if (!(pipeconf & PIPEACONF_ENABLE))
H A Di915_reg.h2084 #define PIPEACONF_ENABLE (1<<31) macro
H A Dintel_tv.c1162 I915_WRITE(pipeconf_reg, pipeconf & ~PIPEACONF_ENABLE);

Completed in 95 milliseconds