> We user space folks have been convinced at this point that the sRGB EOTF > is actually gamma 2.2, and not the piece-wise function. Now, if the > hardware is actually the piece-wise, then that's what should be exposed, > but I'm a bit unsure if we should do that under the name sRGB EOTF. Maybe simply rename the enum string to "sRGB piece-wise EOTF"? In hindsight, the naming of "srgb" in the Wayland protocol caused a lot of confusion, it's better to be explicit about it where possible.
- [PATCH V11 00/47] Color Pipeline API w/ VKMS Alex Hung
- [PATCH V11 01/47] drm: Add helper for conversion fr... Alex Hung
- [PATCH V11 02/47] drm/vkms: Add kunit tests for VKM... Alex Hung
- Re: [PATCH V11 02/47] drm/vkms: Add kunit tests... kernel test robot
- Re: [PATCH V11 02/47] drm/vkms: Add kunit tests... kernel test robot
- [PATCH V11 03/47] drm/doc/rfc: Describe why prescri... Alex Hung
- [PATCH V11 04/47] drm/colorop: Introduce new drm_co... Alex Hung
- [PATCH V11 05/47] drm/colorop: Add TYPE property Alex Hung
- [PATCH V11 06/47] drm/colorop: Add 1D Curve subtype Alex Hung
- Re: [PATCH V11 06/47] drm/colorop: Add 1D Curve... Sebastian Wick
- Re: [PATCH V11 06/47] drm/colorop: Add 1D C... Xaver Hugl
- Re: [PATCH V11 06/47] drm/colorop: Add ... Alex Hung
- Re: [PATCH V11 06/47] drm/colorop:... Pekka Paalanen
- [PATCH V11 07/47] drm/colorop: Add BYPASS property Alex Hung
- Re: [PATCH V11 07/47] drm/colorop: Add BYPASS p... Sebastian Wick
- [PATCH V11 08/47] drm/colorop: Add NEXT property Alex Hung
- [PATCH V11 09/47] drm/colorop: Add atomic state pri... Alex Hung
- [PATCH V11 10/47] drm/plane: Add COLOR PIPELINE pro... Alex Hung
- [PATCH V11 11/47] drm/colorop: Introduce DRM_CLIENT... Alex Hung
- [PATCH V11 12/47] Documentation/gpu: document drm_c... Alex Hung