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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 312 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode);
338 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode);
1326 crtc_state->csc_mode = ilk_csc_mode(crtc_state);
1385 crtc_state->csc_mode = ivb_csc_mode(crtc_state);
1425 crtc_state->csc_mode = 0;
1458 u32 csc_mode = 0; local in function:icl_csc_mode
1461 csc_mode |= ICL_CSC_ENABLE;
1465 csc_mode |= ICL_OUTPUT_CSC_ENABLE;
1467 return csc_mode;
1480 crtc_state->csc_mode = icl_csc_mode(crtc_state)
    [all...]
intel_display_types.h 1002 u32 csc_mode; member in union:intel_crtc_state::__anonde7c4d45100a
intel_display.c 10492 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe));
11029 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe));
12918 DRM_DEBUG_KMS("csc_mode: 0x%x gamma_mode: 0x%x gamma_enable: %d csc_enable: %d\n",
12919 pipe_config->csc_mode, pipe_config->gamma_mode,
13654 PIPE_CONF_CHECK_X(csc_mode);

Completed in 29 milliseconds