Searched refs:PIPE_CSC_POSTOFF_LO (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 435 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 D | i915_reg.h | 6320 #define PIPE_CSC_POSTOFF_LO(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_POSTOFF_LO, _PIPE_B_CSC_POSTOFF_LO) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2422 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_A), D_ALL); in init_generic_mmio_info() 2436 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_B), D_ALL); in init_generic_mmio_info() 2450 MMIO_D(PIPE_CSC_POSTOFF_LO(PIPE_C), D_ALL); in init_generic_mmio_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 232 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 181 intel_de_write(dev_priv, PIPE_CSC_POSTOFF_LO(pipe), in ilk_update_pipe_csc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 10884 #define PIPE_CSC_POSTOFF_LO(pipe) _MMIO_PIPE(pipe, _PIPE_A_CSC_POSTOFF_LO, _PIPE_B_CSC_POSTOFF_LO) macro
|
Completed in 106 milliseconds