[PATCH V8 39/43] drm/colorop: allow non-bypass colorops

Simon Ser contact at emersion.fr
Sat Mar 29 15:41:22 UTC 2025


I'm personally not a fan of such boolean function arguments, especially
when caller and callee are far apart. From the caller side, the meaning
of the boolean argument is not immediately clear.

I would prefer a "flags" argument, which can take a e.g.
DRM_COLOROP_FLAG_ALLOW_BYPASS value.

But I'm not feeling strongly about this.


More information about the wayland-devel mailing list