Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_color.c130 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), POSTOFF_RGB_TO_YUV_LO); in i9xx_load_ycbcr_conversion_matrix()
233 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); in i9xx_load_csc_matrix()
H A Di915_reg.h8756 #define PIPE_CSC_POSTOFF_LO(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_POSTOFF_LO, _PIPE_B_CSC_POSTOFF_LO) macro