[PATCH i-g-t 3/9] drm-uapi: Add 3x3 CTM

Swati Sharma swati2.sharma at intel.com
Wed Jun 18 12:48:43 UTC 2025


From: Bhanuprakash Modem <bhanuprakash.modem at intel.com>

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 include/drm-uapi/drm_mode.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/drm-uapi/drm_mode.h b/include/drm-uapi/drm_mode.h
index 4c8d404b1..754a3b029 100644
--- a/include/drm-uapi/drm_mode.h
+++ b/include/drm-uapi/drm_mode.h
@@ -918,6 +918,14 @@ enum drm_colorop_type {
 	 */
 	DRM_COLOROP_CTM_3X4,
 
+	/**
+	 * @DRM_COLOROP_CTM_3X3:
+	 *
+	 * A 3x3 matrix. Its values are specified via the
+	 * &drm_color_ctm struct provided via the DATA property.
+	 */
+	DRM_COLOROP_CTM_3X3,
+
 	/**
 	 * @DRM_COLOROP_MULTIPLIER:
 	 *
-- 
2.25.1



More information about the igt-dev mailing list