Re: [PATCH v14 09/41] compositor-drm: Track unused connectors and CRTCs

2018-01-16 Thread Pekka Paalanen
On Tue, 16 Jan 2018 16:40:47 + Daniel Stone wrote: > Hi Pekka, > > On 16 January 2018 at 15:19, Pekka Paalanen wrote: > > On Wed, 20 Dec 2017 12:26:26 + > > Daniel Stone wrote: > >> Rather than a more piecemeal approach at backend creation, explicitly > >> track connectors and CRTCs

Re: [PATCH v14 09/41] compositor-drm: Track unused connectors and CRTCs

2018-01-16 Thread Daniel Stone
Hi Pekka, On 16 January 2018 at 15:19, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:26 + > Daniel Stone wrote: >> Rather than a more piecemeal approach at backend creation, explicitly >> track connectors and CRTCs we do not intend to use, so we can ensure >> they are disabled where appr

Re: [PATCH v14 09/41] compositor-drm: Track unused connectors and CRTCs

2018-01-16 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:26 + Daniel Stone wrote: > Rather than a more piecemeal approach at backend creation, explicitly > track connectors and CRTCs we do not intend to use, so we can ensure > they are disabled where appropriate. > > Signed-off-by: Daniel Stone > --- > libweston/composi

[PATCH v14 09/41] compositor-drm: Track unused connectors and CRTCs

2017-12-20 Thread Daniel Stone
Rather than a more piecemeal approach at backend creation, explicitly track connectors and CRTCs we do not intend to use, so we can ensure they are disabled where appropriate. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 86 ++ 1 file c