Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-17 Thread Daniel Vetter
On Thu, Apr 16, 2020 at 03:44:53PM +0200, Yussuf Khalil wrote: > On Wed, 2020-04-15 at 13:13 +0200, Daniel Vetter wrote: > > On Wed, Apr 15, 2020 at 10:33:25AM +0300, Jani Nikula wrote: > > > On Tue, 14 Apr 2020, Yussuf Khalil wrote: > > > > On Tue, 2020-04-14 at 14:34 +0200, Daniel Vetter wrote:

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-16 Thread Yussuf Khalil
On Wed, 2020-04-15 at 13:13 +0200, Daniel Vetter wrote: > On Wed, Apr 15, 2020 at 10:33:25AM +0300, Jani Nikula wrote: > > On Tue, 14 Apr 2020, Yussuf Khalil wrote: > > > On Tue, 2020-04-14 at 14:34 +0200, Daniel Vetter wrote: > > > > On Tue, Apr 14, 2020 at 02:21:06PM +0300, Jani Nikula wrote: >

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-15 Thread Daniel Vetter
On Wed, Apr 15, 2020 at 10:33:25AM +0300, Jani Nikula wrote: > On Tue, 14 Apr 2020, Yussuf Khalil wrote: > > On Tue, 2020-04-14 at 14:34 +0200, Daniel Vetter wrote: > >> On Tue, Apr 14, 2020 at 02:21:06PM +0300, Jani Nikula wrote: > >> > On Tue, 14 Apr 2020, Jani Nikula > >> > wrote: > >> > > On

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-15 Thread Jani Nikula
On Tue, 14 Apr 2020, Yussuf Khalil wrote: > On Tue, 2020-04-14 at 14:34 +0200, Daniel Vetter wrote: >> On Tue, Apr 14, 2020 at 02:21:06PM +0300, Jani Nikula wrote: >> > On Tue, 14 Apr 2020, Jani Nikula >> > wrote: >> > > On Mon, 13 Apr 2020, Simon Ser wrote: >> > > > On Monday, April 13, 2020 11

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-14 Thread Yussuf Khalil
On Tue, 2020-04-14 at 14:34 +0200, Daniel Vetter wrote: > On Tue, Apr 14, 2020 at 02:21:06PM +0300, Jani Nikula wrote: > > On Tue, 14 Apr 2020, Jani Nikula > > wrote: > > > On Mon, 13 Apr 2020, Simon Ser wrote: > > > > On Monday, April 13, 2020 11:40 PM, Yussuf Khalil < > > > > d...@pp3345.net> w

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-14 Thread Daniel Vetter
On Tue, Apr 14, 2020 at 02:21:06PM +0300, Jani Nikula wrote: > On Tue, 14 Apr 2020, Jani Nikula wrote: > > On Mon, 13 Apr 2020, Simon Ser wrote: > >> On Monday, April 13, 2020 11:40 PM, Yussuf Khalil wrote: > >> > >>> DRM now has a globally available "RGB quantization range" connector > >>> prop

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-14 Thread Jani Nikula
On Tue, 14 Apr 2020, Jani Nikula wrote: > On Mon, 13 Apr 2020, Simon Ser wrote: >> On Monday, April 13, 2020 11:40 PM, Yussuf Khalil wrote: >> >>> DRM now has a globally available "RGB quantization range" connector >>> property. i915's "Broadcast RGB" that fulfils the same purpose is now >>> con

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-14 Thread Jani Nikula
On Mon, 13 Apr 2020, Simon Ser wrote: > On Monday, April 13, 2020 11:40 PM, Yussuf Khalil wrote: > >> DRM now has a globally available "RGB quantization range" connector >> property. i915's "Broadcast RGB" that fulfils the same purpose is now >> considered deprecated, so drop it in favor of the D

Re: [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-13 Thread Simon Ser
On Monday, April 13, 2020 11:40 PM, Yussuf Khalil wrote: > DRM now has a globally available "RGB quantization range" connector > property. i915's "Broadcast RGB" that fulfils the same purpose is now > considered deprecated, so drop it in favor of the DRM property. For a UAPI point-of-view, I'm n

[PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

2020-04-13 Thread Yussuf Khalil
DRM now has a globally available "RGB quantization range" connector property. i915's "Broadcast RGB" that fulfils the same purpose is now considered deprecated, so drop it in favor of the DRM property. Signed-off-by: Yussuf Khalil --- drivers/gpu/drm/i915/display/intel_atomic.c | 8 .../