Re: [PATCH 1/5] drm/modes: Indicate CEA-861 CE modes to user-space

2020-04-17 Thread Daniel Vetter
On Thu, Apr 16, 2020 at 03:51:36PM +0200, Yussuf Khalil wrote: > On Tue, 2020-04-14 at 14:41 +0200, Daniel Vetter wrote: > > On Mon, Apr 13, 2020 at 11:40:22PM +0200, Yussuf Khalil wrote: > > > Add a new flag to mark modes that are considered a CE mode > > > according to the > > > CEA-861 specifica

Re: [PATCH 1/5] drm/modes: Indicate CEA-861 CE modes to user-space

2020-04-16 Thread Yussuf Khalil
On Tue, 2020-04-14 at 14:41 +0200, Daniel Vetter wrote: > On Mon, Apr 13, 2020 at 11:40:22PM +0200, Yussuf Khalil wrote: > > Add a new flag to mark modes that are considered a CE mode > > according to the > > CEA-861 specification. Modes without this flag are implicitly > > considered to > > be IT

Re: [PATCH 1/5] drm/modes: Indicate CEA-861 CE modes to user-space

2020-04-14 Thread Daniel Vetter
On Mon, Apr 13, 2020 at 11:40:22PM +0200, Yussuf Khalil wrote: > Add a new flag to mark modes that are considered a CE mode according to the > CEA-861 specification. Modes without this flag are implicitly considered to > be IT modes. > > User-space applications may use this flag to determine possi

[PATCH 1/5] drm/modes: Indicate CEA-861 CE modes to user-space

2020-04-13 Thread Yussuf Khalil
Add a new flag to mark modes that are considered a CE mode according to the CEA-861 specification. Modes without this flag are implicitly considered to be IT modes. User-space applications may use this flag to determine possible implications of using a CE mode (e.g., limited RGB range). There is