Home
last modified time | relevance | path

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

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