Home
last modified time | relevance | path

Searched refs:PIPE_CSC_PREOFF_LO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c432 MMIO_D(PIPE_CSC_PREOFF_LO(PIPE_A)); in iterate_generic_mmio()
445 MMIO_D(PIPE_CSC_PREOFF_LO(PIPE_B)); in iterate_generic_mmio()
458 MMIO_D(PIPE_CSC_PREOFF_LO(PIPE_C)); in iterate_generic_mmio()
H A Di915_reg.h6319 #define PIPE_CSC_PREOFF_LO(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_PREOFF_LO, _PIPE_B_CSC_PREOFF_LO)
6317 #define PIPE_CSC_PREOFF_LO( global() macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c210 intel_de_write_fw(i915, PIPE_CSC_PREOFF_LO(pipe), csc->preoff[2]); in ilk_update_pipe_csc()
244 csc->preoff[2] = intel_de_read_fw(i915, PIPE_CSC_PREOFF_LO(pipe)); in ilk_read_pipe_csc()