On Mon, 2025-06-16 at 22:17 -0600, Alex Hung wrote: > From: Harry Wentland <harry.wentl...@amd.com> > > Not all HW will be able to do bypass on all color > operations. Introduce an 32 bits 'flags' for all colorop > init functions and DRM_COLOROP_FLAG_ALLOW_BYPASS for creating > the BYPASS property when it's true. > > Signed-off-by: Alex Hung <alex.h...@amd.com> > Signed-off-by: Harry Wentland <harry.wentl...@amd.com> > Reviewed-by: Daniel Stone <dani...@collabora.com> > Reviewed-by: Simon Ser <cont...@emersion.fr> > Reviewed-by: Melissa Wen <m...@igalia.com> > --- [..] > > /* next */ > prop = drm_property_create_object(dev, > DRM_MODE_PROP_IMMUTABLE | DRM_MODE_PROP_ATOMIC, > @@ -195,10 +197,11 @@ EXPORT_SYMBOL(drm_colorop_pipeline_destroy); > * @supported_tfs: A bitfield of supported > drm_plane_colorop_curve_1d_init enum values, > * created using BIT(curve_type) and combined with > the OR '|' > * operator. > + * @flags: bitmask of misc, see DRM_COLOROP_FLAGS_* defines.
Typo, should be DRM_COLOROP_FLAG_* Same on the other kernel-docs below. -- Thanks, Nícolas