Searched refs:PIPE_CSC_MODE (Results 1 – 4 of 4) sorted by relevance
291 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()
9989 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()
2340 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()
10154 #define PIPE_CSC_MODE(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_MODE, _PIPE_B_CSC_MODE) macro