Searched refs:csc_mode (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c312 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
1461 csc_mode |= ICL_CSC_ENABLE;
1465 csc_mode |= ICL_OUTPUT_CSC_ENABLE;
1467 return csc_mode;
1480 crtc_state->csc_mode
[all...]
H A Dintel_display_types.h1002 u32 csc_mode; member in union:intel_crtc_state::__anon680
H A Dintel_display.c10492 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 196 milliseconds