Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c435 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_A)); in iterate_generic_mmio()
448 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_B)); in iterate_generic_mmio()
461 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_C)); in iterate_generic_mmio()
H A Di915_reg.h6322 #define PIPE_CSC_POSTOFF_LO(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_POSTOFF_LO, _PIPE_B_CSC_POSTOFF_LO) macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c232 intel_de_write_fw(i915, PIPE_CSC_POSTOFF_LO(pipe), csc->postoff[2]); in ilk_update_pipe_csc()
269 csc->postoff[2] = intel_de_read_fw(i915, PIPE_CSC_POSTOFF_LO(pipe)); in ilk_read_pipe_csc()