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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c158 const u16 preoff[3],
165 I915_WRITE(PIPE_CSC_PREOFF_HI(pipe), preoff[0]); local
166 I915_WRITE(PIPE_CSC_PREOFF_ME(pipe), preoff[1]); local
167 I915_WRITE(PIPE_CSC_PREOFF_LO(pipe), preoff[2]); local
186 const u16 preoff[3],
193 I915_WRITE(PIPE_CSC_OUTPUT_PREOFF_HI(pipe), preoff[0]); local
194 I915_WRITE(PIPE_CSC_OUTPUT_PREOFF_ME(pipe), preoff[1]); local
195 I915_WRITE(PIPE_CSC_OUTPUT_PREOFF_LO(pipe), preoff[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 83 milliseconds