Searched refs:PLANE_INPUT_CSC_POSTOFF (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | skl_universal_plane_regs.h | 289 #define PLANE_INPUT_CSC_POSTOFF(pipe, plane, index) _MMIO_SKL_PLANE_DW((pipe), (plane), (index), \ macro
|
D | skl_universal_plane.c | 672 PLANE_INPUT_CSC_POSTOFF(pipe, plane_id, 0), 0x0); in icl_program_input_csc() 674 PLANE_INPUT_CSC_POSTOFF(pipe, plane_id, 1), 0x0); in icl_program_input_csc() 676 PLANE_INPUT_CSC_POSTOFF(pipe, plane_id, 2), 0x0); in icl_program_input_csc()
|