Re: [PATCH v11 17/28] drm/connector: hdmi: Add Broadcast RGB property

2024-04-19 Thread Maxime Ripard
On Tue, Apr 16, 2024 at 05:00:26PM +0300, Ville Syrjälä wrote: > On Tue, Mar 26, 2024 at 04:40:21PM +0100, Maxime Ripard wrote: > > The i915 driver has a property to force the RGB range of an HDMI output. > > The vc4 driver then implemented the same property with the same > > semantics. KWin has su

Re: [PATCH v11 17/28] drm/connector: hdmi: Add Broadcast RGB property

2024-04-16 Thread Ville Syrjälä
On Tue, Mar 26, 2024 at 04:40:21PM +0100, Maxime Ripard wrote: > The i915 driver has a property to force the RGB range of an HDMI output. > The vc4 driver then implemented the same property with the same > semantics. KWin has support for it, and a PR for mutter is also there to > support it. Is th

[PATCH v11 17/28] drm/connector: hdmi: Add Broadcast RGB property

2024-03-26 Thread Maxime Ripard
The i915 driver has a property to force the RGB range of an HDMI output. The vc4 driver then implemented the same property with the same semantics. KWin has support for it, and a PR for mutter is also there to support it. Both drivers implementing the same property with the same semantics, plus th