Searched refs:postoff (Results 1 – 1 of 1) sorted by relevance
7604 uint16_t postoff = 0; in intel_set_pipe_csc() local7607 postoff = (16 * (1 << 12) / 255) & 0x1fff; in intel_set_pipe_csc()7609 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); in intel_set_pipe_csc()7610 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); in intel_set_pipe_csc()7611 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); in intel_set_pipe_csc()