Searched refs:DISPLAY_PLANE_ENABLE (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 Dintel_display.c1962 if ((temp & DISPLAY_PLANE_ENABLE) == 0) {
1963 I915_WRITE(dspcntr_reg, temp | DISPLAY_PLANE_ENABLE);
2091 if ((temp & DISPLAY_PLANE_ENABLE) != 0) {
2092 I915_WRITE(dspcntr_reg, temp & ~DISPLAY_PLANE_ENABLE);
2299 if ((temp & DISPLAY_PLANE_ENABLE) == 0) {
2300 I915_WRITE(dspcntr_reg, temp | DISPLAY_PLANE_ENABLE);
2324 if ((temp & DISPLAY_PLANE_ENABLE) != 0) {
2325 I915_WRITE(dspcntr_reg, temp & ~DISPLAY_PLANE_ENABLE);
3858 dspcntr |= DISPLAY_PLANE_ENABLE;
H A Di915_reg.h2302 #define DISPLAY_PLANE_ENABLE (1<<31) macro
H A Dintel_tv.c1154 I915_WRITE(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);

Completed in 117 milliseconds