Searched refs:cgm_mode (Results 1 – 4 of 4) sorted by relevance
787 if (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) in chv_read_csc()1901 if (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) in chv_load_luts()1907 if (crtc_state->cgm_mode & CGM_PIPE_MODE_GAMMA) in chv_load_luts()1913 crtc_state->cgm_mode); in chv_load_luts()2053 if (old_crtc_state->cgm_mode || new_crtc_state->cgm_mode) in chv_can_preload_luts()2408 u32 cgm_mode = 0; in chv_cgm_mode() local2411 cgm_mode |= CGM_PIPE_MODE_DEGAMMA; in chv_cgm_mode()2413 cgm_mode |= CGM_PIPE_MODE_CSC; in chv_cgm_mode()2416 cgm_mode |= CGM_PIPE_MODE_GAMMA; in chv_cgm_mode()2423 cgm_mode |= CGM_PIPE_MODE_CSC; in chv_cgm_mode()[all …]
348 pipe_config->cgm_mode, pipe_config->gamma_mode, in intel_crtc_state_dump()
1192 u32 cgm_mode; member
5281 PIPE_CONF_CHECK_X(cgm_mode); in intel_pipe_config_compare()