Searched refs:PLANE_CSC_PREOFF (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 1095 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 0), 0); in icl_plane_csc_load_black() 1096 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 1), 0); in icl_plane_csc_load_black() 1097 intel_de_write_fw(i915, PLANE_CSC_PREOFF(pipe, plane_id, 2), 0); in icl_plane_csc_load_black()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 6472 #define PLANE_CSC_PREOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_PREOFF_HI_1(pipe) + \ macro
|