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

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_display.c2045 u32 dspcntr; local
2061 dspcntr = I915_READ(reg);
2063 dspcntr &= ~DISPPLANE_PIXFORMAT_MASK;
2066 dspcntr |= DISPPLANE_8BPP;
2070 dspcntr |= DISPPLANE_BGRX555;
2073 dspcntr |= DISPPLANE_BGRX565;
2077 dspcntr |= DISPPLANE_BGRX888;
2081 dspcntr |= DISPPLANE_RGBX888;
2085 dspcntr |= DISPPLANE_BGRX101010;
2089 dspcntr |
2142 u32 dspcntr; local
4702 u32 dspcntr, pipeconf; local
4858 I915_WRITE(DSPCNTR(plane), dspcntr); local
[all...]
H A Dintel_tv.c1093 int dspcntr = I915_READ(dspcntr_reg); local
1097 I915_WRITE(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);
1126 I915_WRITE(dspcntr_reg, dspcntr);

Completed in 60 milliseconds