Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_color.c295 mode = (state->ctm ? CGM_PIPE_MODE_CSC : 0); in cherryview_load_csc_matrix()
560 (state->ctm ? CGM_PIPE_MODE_CSC : 0)); in cherryview_load_luts()
597 (state->ctm ? CGM_PIPE_MODE_CSC : 0) | in cherryview_load_luts()
Di915_reg.h9681 #define CGM_PIPE_MODE_CSC (1 << 1) macro