HomeSort by: relevance | last modified time | path
    Searched defs:csc_mode (Results 1 - 2 of 2) 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

Completed in 14 milliseconds