HomeSort by: relevance | last modified time | path
    Searched refs:csc_enable (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 298 } else if (crtc_state->csc_enable) {
301 * by csc_enable. Hence for the cases where the degama
498 if (crtc_state->csc_enable)
779 * by csc_enable. Hence for the cases where the CSC is
1075 return !old_crtc_state->csc_enable &&
1125 new_crtc_state->csc_enable == old_crtc_state->csc_enable)
1321 crtc_state->csc_enable =
1379 crtc_state->csc_enable =
1417 /* On GLK+ degamma LUT is controlled by csc_enable */
    [all...]
intel_display_types.h 1041 bool csc_enable; member in struct:intel_crtc_state
intel_sprite.c 1281 if (crtc_state->csc_enable)
1602 if (crtc_state->csc_enable)
intel_display.c 4121 if (crtc_state->csc_enable)
4679 if (crtc_state->csc_enable)
4735 if (crtc_state->csc_enable)
9235 crtc_state->csc_enable = true;
11038 pipe_config->csc_enable = true;
11400 if (crtc_state->csc_enable)
12914 DRM_DEBUG_KMS("cgm_mode: 0x%x gamma_mode: 0x%x gamma_enable: %d csc_enable: %d\n",
12916 pipe_config->gamma_enable, pipe_config->csc_enable);
12918 DRM_DEBUG_KMS("csc_mode: 0x%x gamma_mode: 0x%x gamma_enable: %d csc_enable: %d\n",
12920 pipe_config->gamma_enable, pipe_config->csc_enable);
    [all...]

Completed in 24 milliseconds