Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c1776 if (crtc_state->cgm_mode & CGM_PIPE_MODE_DEGAMMA) in chv_load_luts()
2205 cgm_mode |= CGM_PIPE_MODE_DEGAMMA; in chv_cgm_mode()
2807 if (crtc_state->cgm_mode & CGM_PIPE_MODE_DEGAMMA) in chv_pre_csc_lut_precision()
3211 if (crtc_state->cgm_mode & CGM_PIPE_MODE_DEGAMMA) in chv_read_luts()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h6527 #define CGM_PIPE_MODE_DEGAMMA (1 << 0) macro