[PATCH v5 07/37] drm-uapi: Add 1D LUT drm_colorop_type
Harry Wentland
harry.wentland at amd.com
Mon Aug 19 20:57:53 UTC 2024
Signed-off-by: Harry Wentland <harry.wentland at amd.com>
---
include/drm-uapi/drm_mode.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm-uapi/drm_mode.h b/include/drm-uapi/drm_mode.h
index 358c5c313bd8..59dc8dcaa481 100644
--- a/include/drm-uapi/drm_mode.h
+++ b/include/drm-uapi/drm_mode.h
@@ -876,6 +876,7 @@ struct drm_color_lut {
enum drm_colorop_type {
DRM_COLOROP_1D_CURVE,
+ DRM_COLOROP_1D_LUT,
DRM_COLOROP_CTM_3X4,
};
--
2.46.0
More information about the igt-dev
mailing list