Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_color.c374 if (crtc_state->csc_mode & ICL_CSC_ENABLE) in icl_read_csc()
536 drm_WARN_ON(&i915->drm, (crtc_state->csc_mode & ICL_CSC_ENABLE) == 0); in icl_assign_csc()
540 drm_WARN_ON(&i915->drm, (crtc_state->csc_mode & ICL_CSC_ENABLE) != 0); in icl_assign_csc()
564 if (crtc_state->csc_mode & ICL_CSC_ENABLE) in icl_load_csc_matrix()
2668 csc_mode |= ICL_CSC_ENABLE; in icl_csc_mode()
/drivers/gpu/drm/i915/
Di915_reg.h6281 #define ICL_CSC_ENABLE (1 << 31) /* icl+ */ macro