Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c1779 if (crtc_state->cgm_mode & CGM_PIPE_MODE_GAMMA) in chv_load_luts()
2210 cgm_mode |= CGM_PIPE_MODE_GAMMA; in chv_cgm_mode()
2799 if (crtc_state->cgm_mode & CGM_PIPE_MODE_GAMMA) in chv_post_csc_lut_precision()
3214 if (crtc_state->cgm_mode & CGM_PIPE_MODE_GAMMA) in chv_read_luts()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h6523 #define CGM_PIPE_MODE_GAMMA (1 << 2) macro