Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c312 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode); in ilk_load_csc_matrix()
338 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode); in icl_load_csc_matrix()
H A Dintel_display.c10492 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe)); in ilk_get_pipe_config()
11029 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe)); in hsw_get_pipe_config()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dhandlers.c2363 MMIO_D(PIPE_CSC_MODE(PIPE_A), D_ALL); in init_generic_mmio_info()
2377 MMIO_D(PIPE_CSC_MODE(PIPE_B), D_ALL); in init_generic_mmio_info()
2391 MMIO_D(PIPE_CSC_MODE(PIPE_C), D_ALL); in init_generic_mmio_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h10610 #define PIPE_CSC_MODE(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_MODE, _PIPE_B_CSC_MODE) macro