Searched refs:PLANE_CSC_PREOFF (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | skl_universal_plane_regs.h | 304 #define PLANE_CSC_PREOFF(pipe, plane, index) _MMIO_SKL_PLANE_DW((pipe), (plane), (index), \ macro
|
D | skl_universal_plane.c | 1252 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 0), 0); in icl_plane_csc_load_black() 1253 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 1), 0); in icl_plane_csc_load_black() 1254 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 2), 0); in icl_plane_csc_load_black()
|