Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_color.c1462 CSC_POSITION_BEFORE_GAMMA; in ilk_csc_mode()
1522 return CSC_POSITION_BEFORE_GAMMA; in ivb_csc_mode()
1693 if ((crtc_state->csc_mode & CSC_POSITION_BEFORE_GAMMA) == 0) in ilk_gamma_precision()
2011 if ((crtc_state->csc_mode & CSC_POSITION_BEFORE_GAMMA) == 0) in ilk_read_luts()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h7665 #define CSC_POSITION_BEFORE_GAMMA (1 << 1) /* pre-glk */ macro