HomeSort by: relevance | last modified time | path
    Searched defs:postoff (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 160 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

Completed in 23 milliseconds