On Mon, 2025-06-16 at 22:17 -0600, Alex Hung wrote:
> From: Harry Wentland <[email protected]>
> 
> 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 <[email protected]>
> Signed-off-by: Harry Wentland <[email protected]>
> Reviewed-by: Daniel Stone <[email protected]>
> Reviewed-by: Simon Ser <[email protected]>
> Reviewed-by: Melissa Wen <[email protected]>
> ---
[..]
>  
>       /* 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

Reply via email to