Searched refs:ICL_OUTPUT_CSC_ENABLE (Results 1 – 2 of 2) sorted by relevance
94 #define ICL_OUTPUT_CSC_ENABLE (1 << 30) /* icl+ */ macro
383 if (crtc_state->csc_mode & ICL_OUTPUT_CSC_ENABLE) in icl_read_csc()552 drm_WARN_ON(&i915->drm, (crtc_state->csc_mode & ICL_OUTPUT_CSC_ENABLE) == 0); in icl_assign_csc()556 drm_WARN_ON(&i915->drm, (crtc_state->csc_mode & ICL_OUTPUT_CSC_ENABLE) == 0); in icl_assign_csc()560 drm_WARN_ON(&i915->drm, (crtc_state->csc_mode & ICL_OUTPUT_CSC_ENABLE) != 0); in icl_assign_csc()573 if (crtc_state->csc_mode & ICL_OUTPUT_CSC_ENABLE) in icl_load_csc_matrix()2834 csc_mode |= ICL_OUTPUT_CSC_ENABLE; in icl_csc_mode()