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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c1879 u32 dspcntr; local
1895 dspcntr = I915_READ(reg);
1897 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
1900 dspcntr |= DISPPLANE_8BPP;
1904 dspcntr |= DISPPLANE_BGRX555;
1907 dspcntr |= DISPPLANE_BGRX565;
1911 dspcntr |= DISPPLANE_BGRX888;
1915 dspcntr |= DISPPLANE_RGBX888;
1919 dspcntr |= DISPPLANE_BGRX101010;
1923 dspcntr |
1979 u32 dspcntr; local
4859 u32 dspcntr; local
4950 I915_WRITE(DSPCNTR(plane), dspcntr); local
[all...]
H A Dintel_tv.c1097 int dspcntr = I915_READ(dspcntr_reg); local
1101 I915_WRITE(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);
1130 I915_WRITE(dspcntr_reg, dspcntr);

Completed in 30 milliseconds