Searched defs:postoff (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c5432 * with these coeff/postoff values and adjust to get the best
5459 uint16_t postoff = 0; local
5462 postoff = (16 * (1 << 13) / 255) & 0x1fff;
5464 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); local
5465 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); local
5466 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); local

Completed in 48 milliseconds