Searched refs:postoff (Results 1 – 1 of 1) sorted by relevance
232 uint16_t postoff = 0; in ilk_load_csc_matrix() local235 postoff = (16 * (1 << 12) / 255) & 0x1fff; in ilk_load_csc_matrix()237 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); in ilk_load_csc_matrix()238 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); in ilk_load_csc_matrix()239 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); in ilk_load_csc_matrix()