Home
last modified time | relevance | path

Searched refs:PLANE_CSC_COEFF (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1388 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 0), 0); in icl_plane_csc_load_black()
1389 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 1), 0); in icl_plane_csc_load_black()
1391 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 2), 0); in icl_plane_csc_load_black()
1392 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 3), 0); in icl_plane_csc_load_black()
1394 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 4), 0); in icl_plane_csc_load_black()
1395 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane_id, 5), 0); in icl_plane_csc_load_black()
H A Dintel_color.c3913 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 0), in xelpd_load_plane_csc_matrix()
3915 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 1), in xelpd_load_plane_csc_matrix()
3918 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 2), in xelpd_load_plane_csc_matrix()
3920 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 3), in xelpd_load_plane_csc_matrix()
3923 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 4), in xelpd_load_plane_csc_matrix()
3925 intel_de_write_dsb(display, dsb, PLANE_CSC_COEFF(pipe, plane, 5), in xelpd_load_plane_csc_matrix()
H A Dskl_universal_plane_regs.h412 #define PLANE_CSC_COEFF(pipe, plane, index) _MMIO_SKL_PLANE_DW((pipe), (plane), (index), \ macro