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

2024-05-27 Thread Dmitry Baryshkov
On Mon, 27 May 2024 at 16:30, Maxime Ripard wrote: > > Hi, > > On Mon, May 27, 2024 at 12:43:18PM GMT, Dmitry Baryshkov wrote: > > On Mon, May 27, 2024 at 11:02:13AM +0200, Maxime Ripard wrote: > > > Hi, > > > > > > Thanks again for that thorough review :) > > > > > > On Thu, May 23, 2024 at 01:22

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

2024-05-27 Thread Maxime Ripard
Hi, On Mon, May 27, 2024 at 12:43:18PM GMT, Dmitry Baryshkov wrote: > On Mon, May 27, 2024 at 11:02:13AM +0200, Maxime Ripard wrote: > > Hi, > > > > Thanks again for that thorough review :) > > > > On Thu, May 23, 2024 at 01:22:56PM GMT, Dmitry Baryshkov wrote: > > > On Tue, May 21, 2024 at 12:1

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

2024-05-27 Thread Dmitry Baryshkov
On Mon, May 27, 2024 at 11:02:13AM +0200, Maxime Ripard wrote: > Hi, > > Thanks again for that thorough review :) > > On Thu, May 23, 2024 at 01:22:56PM GMT, Dmitry Baryshkov wrote: > > On Tue, May 21, 2024 at 12:13:50PM +0200, Maxime Ripard wrote: > > > The i915 driver has a property to force th

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

2024-05-27 Thread Maxime Ripard
Hi, Thanks again for that thorough review :) On Thu, May 23, 2024 at 01:22:56PM GMT, Dmitry Baryshkov wrote: > On Tue, May 21, 2024 at 12:13:50PM +0200, 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 p

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

2024-05-23 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 12:13:50PM +0200, 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. > > B

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

2024-05-21 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