Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c8697 uint16_t postoff = 0; in intel_set_pipe_csc() local
8700 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()