Home
last modified time | relevance | path

Searched refs:postoff (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_color.c232 uint16_t postoff = 0; in ilk_load_csc_matrix() local
235 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()