Re: [PATCH v5 14/44] drm/vkms: Add enumerated 1D curve colorop

2024-08-27 Thread Louis Chauvet
Le 19/08/24 - 16:56, Harry Wentland a écrit : > +static int vkms_initialize_color_pipeline(struct drm_plane *plane, struct > drm_prop_enum_list *list) > +{ > + > + struct drm_colorop *op, *prev_op; > + struct drm_device *dev = plane->dev; > + int ret; > + > + /* 1st op: 1d curve *

[PATCH v5 14/44] drm/vkms: Add enumerated 1D curve colorop

2024-08-19 Thread Harry Wentland
This patch introduces a VKMS color pipeline that includes two drm_colorops for named transfer functions. For now the only ones supported are sRGB EOTF, sRGB Inverse EOTF, and a Linear TF. We will expand this in the future but I don't want to do so without accompanying IGT tests. We introduce a new