Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_color.c291 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode); in ilk_load_csc_matrix()
317 I915_WRITE(PIPE_CSC_MODE(crtc->pipe), crtc_state->csc_mode); in icl_load_csc_matrix()
Dintel_display.c9989 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe)); in ironlake_get_pipe_config()
10445 pipe_config->csc_mode = I915_READ(PIPE_CSC_MODE(crtc->pipe)); in haswell_get_pipe_config()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c2340 MMIO_D(PIPE_CSC_MODE(PIPE_A), D_ALL); in init_generic_mmio_info()
2354 MMIO_D(PIPE_CSC_MODE(PIPE_B), D_ALL); in init_generic_mmio_info()
2368 MMIO_D(PIPE_CSC_MODE(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h10154 #define PIPE_CSC_MODE(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_MODE, _PIPE_B_CSC_MODE) macro