Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-25 Thread Dave Airlie
On 25 October 2017 at 21:27, Daniel Stone wrote: > Hi, > > On 19 October 2017 at 17:27, Keith Packard wrote: >> Daniel Stone writes: >>> Why not add a client cap which hides 'non-standard' displays >>> completely from non-aware clients? That way you can keep the connected >>> status as is, and c

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-25 Thread Daniel Stone
Hi, On 19 October 2017 at 17:27, Keith Packard wrote: > Daniel Stone writes: >> Why not add a client cap which hides 'non-standard' displays >> completely from non-aware clients? That way you can keep the connected >> status as is, and clients either never see the HMD or will be able to >> check

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-19 Thread Keith Packard
Daniel Stone writes: > Why not add a client cap which hides 'non-standard' displays > completely from non-aware clients? That way you can keep the connected > status as is, and clients either never see the HMD or will be able to > check the property. Most clients are display servers, and it look

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-19 Thread Daniel Stone
Hi, On 16 October 2017 at 06:29, Dave Airlie wrote: > This adds the infrastructure needed to quirk displays > using edid and to mark them a non-standard. > > A non-standard display is one which doesn't work like > a normal rectangular monitor or requires some transformation > of the output by the

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Dave Airlie
On 17 October 2017 at 15:56, Andrzej Hajda wrote: > On 16.10.2017 16:21, Alex Deucher wrote: >> On Mon, Oct 16, 2017 at 5:24 AM, Daniel Vetter wrote: >>> On Mon, Oct 16, 2017 at 04:50:16PM +1000, Dave Airlie wrote: On 16 October 2017 at 16:41, Thierry Reding wrote: > On Mon, Oct 1

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Andrzej Hajda
On 16.10.2017 16:21, Alex Deucher wrote: > On Mon, Oct 16, 2017 at 5:24 AM, Daniel Vetter wrote: >> On Mon, Oct 16, 2017 at 04:50:16PM +1000, Dave Airlie wrote: >>> On 16 October 2017 at 16:41, Thierry Reding >>> wrote: On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: > From

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Alex Deucher
On Mon, Oct 16, 2017 at 5:24 AM, Daniel Vetter wrote: > On Mon, Oct 16, 2017 at 04:50:16PM +1000, Dave Airlie wrote: >> On 16 October 2017 at 16:41, Thierry Reding wrote: >> > On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: >> >> From: Dave Airlie >> >> >> >> This adds the infrastru

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Jani Nikula
On Mon, 16 Oct 2017, Dave Airlie wrote: > From: Dave Airlie > > This adds the infrastructure needed to quirk displays > using edid and to mark them a non-standard. > > A non-standard display is one which doesn't work like > a normal rectangular monitor or requires some transformation > of the out

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Daniel Vetter
On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This adds the infrastructure needed to quirk displays > using edid and to mark them a non-standard. > > A non-standard display is one which doesn't work like > a normal rectangular monitor or requires some trans

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-16 Thread Daniel Vetter
On Mon, Oct 16, 2017 at 04:50:16PM +1000, Dave Airlie wrote: > On 16 October 2017 at 16:41, Thierry Reding wrote: > > On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This adds the infrastructure needed to quirk displays > >> using edid and to mark the

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-15 Thread Dave Airlie
On 16 October 2017 at 16:41, Thierry Reding wrote: > On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This adds the infrastructure needed to quirk displays >> using edid and to mark them a non-standard. >> >> A non-standard display is one which doesn't work

Re: [PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-15 Thread Thierry Reding
On Mon, Oct 16, 2017 at 02:29:07PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This adds the infrastructure needed to quirk displays > using edid and to mark them a non-standard. > > A non-standard display is one which doesn't work like > a normal rectangular monitor or requires some trans

[PATCH 1/3] drm: add connector info/property for non-std displays

2017-10-15 Thread Dave Airlie
From: Dave Airlie This adds the infrastructure needed to quirk displays using edid and to mark them a non-standard. A non-standard display is one which doesn't work like a normal rectangular monitor or requires some transformation of the output by the rendering process to make sense. This is me