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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c160 const u16 postoff[3])
179 I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff[0]); local
180 I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff[1]); local
181 I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff[2]); local
188 const u16 postoff[3])
206 I915_WRITE(PIPE_CSC_OUTPUT_POSTOFF_HI(pipe), postoff[0]); local
207 I915_WRITE(PIPE_CSC_OUTPUT_POSTOFF_ME(pipe), postoff[1]); local
208 I915_WRITE(PIPE_CSC_OUTPUT_POSTOFF_LO(pipe), postoff[2]); local
157 ilk_update_pipe_csc(struct intel_crtc *crtc, const u16 preoff[3], const u16 coeff[9], const u16 postoff[3]) argument
185 icl_update_output_csc(struct intel_crtc *crtc, const u16 preoff[3], const u16 coeff[9], const u16 postoff[3]) argument

Completed in 78 milliseconds