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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c5428 uint16_t coeff = 0x7800; /* 1.0 */ local
5432 * with these coeff/postoff values and adjust to get the best
5438 coeff = ((235 - 16) * (1 << 12) / 255) & 0xff8; /* 0.xxx... */
5445 I915_WRITE(PIPE_CSC_COEFF_RY_GY(pipe), coeff << 16); local
5448 I915_WRITE(PIPE_CSC_COEFF_RU_GU(pipe), coeff); local
5452 I915_WRITE(PIPE_CSC_COEFF_BV(pipe), coeff << 16); local

Completed in 305 milliseconds