Home
last modified time | relevance | path

Searched refs:PLANE_CSC_POSTOFF (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1098 intel_de_write_fw(i915, PLANE_CSC_POSTOFF(pipe, plane_id, 0), 0); in icl_plane_csc_load_black()
1099 intel_de_write_fw(i915, PLANE_CSC_POSTOFF(pipe, plane_id, 1), 0); in icl_plane_csc_load_black()
1100 intel_de_write_fw(i915, PLANE_CSC_POSTOFF(pipe, plane_id, 2), 0); in icl_plane_csc_load_black()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h6486 #define PLANE_CSC_POSTOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_POSTOFF_HI_1(pipe) + \ macro