Searched refs:postoff (Results 1 – 1 of 1) sorted by relevance
8697 uint16_t postoff = 0; in intel_set_pipe_csc() local8700 postoff = (16 * (1 << 12) / 255) & 0x1fff; in intel_set_pipe_csc()8702 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); in intel_set_pipe_csc()8703 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); in intel_set_pipe_csc()8704 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); in intel_set_pipe_csc()