Home
last modified time | relevance | path

Searched refs:cgm_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/display/ !
H A Dintel_color.c787 if (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) in chv_read_csc()
798 drm_WARN_ON(display->drm, (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) == 0); in chv_assign_csc()
802 drm_WARN_ON(display->drm, (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) == 0); in chv_assign_csc()
1901 if (crtc_state->cgm_mode & CGM_PIPE_MODE_CSC) in chv_load_luts()
1904 if (crtc_state->cgm_mode & CGM_PIPE_MODE_DEGAMMA) 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()
2078 if (old_crtc_state->cgm_mode || new_crtc_state->cgm_mode) in chv_can_preload_luts()
2433 u32 cgm_mode in chv_cgm_mode() local
[all...]
H A Dintel_crtc_state_dump.c348 drm_printf(&p, "cgm_mode: 0x%x gamma_mode: 0x%x gamma_enable: %d csc_enable: %d\n", in intel_crtc_state_dump()
349 pipe_config->cgm_mode, pipe_config->gamma_mode, in intel_crtc_state_dump()
H A Dintel_display_types.h1203 u32 cgm_mode; member
H A Dintel_display.c5319 PIPE_CONF_CHECK_X(cgm_mode); in intel_pipe_config_compare()