Searched refs:PIPE_CSC_MODE (Results 1 – 4 of 4) sorted by relevance
312 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()
10492 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()
2363 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()
10610 #define PIPE_CSC_MODE(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_MODE, _PIPE_B_CSC_MODE) macro