Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-22 Thread Bryce Harrington
On Fri, Aug 21, 2015 at 10:35:34AM +0300, Pekka Paalanen wrote: > On Thu, 20 Aug 2015 11:05:39 -0700 > Bryce Harrington wrote: > > > On Thu, Aug 20, 2015 at 10:04:45AM +0300, Pekka Paalanen wrote: > > > On Wed, 19 Aug 2015 10:46:41 -0500 > > > Derek Foreman wrote: > > > > > > > Excellent! > > >

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-21 Thread Pekka Paalanen
On Thu, 20 Aug 2015 11:05:39 -0700 Bryce Harrington wrote: > On Thu, Aug 20, 2015 at 10:04:45AM +0300, Pekka Paalanen wrote: > > On Wed, 19 Aug 2015 10:46:41 -0500 > > Derek Foreman wrote: > > > > > Excellent! > > > > > > Incidentally, this is also how Enlightenment names its outputs. > > > >

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-21 Thread Pekka Paalanen
On Wed, 19 Aug 2015 15:54:30 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > The problem with the old table of names is that it contains duplicates. > It is possible to end up with multiple outputs with the same name. In > that case you cannot write individual configurations for these ou

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-21 Thread Pekka Paalanen
On Thu, 20 Aug 2015 11:05:39 -0700 Bryce Harrington wrote: > On Thu, Aug 20, 2015 at 10:04:45AM +0300, Pekka Paalanen wrote: > > On Wed, 19 Aug 2015 10:46:41 -0500 > > Derek Foreman wrote: > > > > > Excellent! > > > > > > Incidentally, this is also how Enlightenment names its outputs. > > > >

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-20 Thread Bryce Harrington
On Thu, Aug 20, 2015 at 10:04:45AM +0300, Pekka Paalanen wrote: > On Wed, 19 Aug 2015 10:46:41 -0500 > Derek Foreman wrote: > > > Excellent! > > > > Incidentally, this is also how Enlightenment names its outputs. > > > > Reviewed-by: Derek Foreman > > Cheers. > > Any objections to landing th

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-20 Thread Pekka Paalanen
On Wed, 19 Aug 2015 10:46:41 -0500 Derek Foreman wrote: > Excellent! > > Incidentally, this is also how Enlightenment names its outputs. > > Reviewed-by: Derek Foreman Cheers. Any objections to landing this for 1.9-beta? It does force users to fix their weston.ini if they have any DRM output

Re: [PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-19 Thread Derek Foreman
Excellent! Incidentally, this is also how Enlightenment names its outputs. Reviewed-by: Derek Foreman On 19/08/15 07:54 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > The problem with the old table of names is that it contains duplicates. > It is possible to end up with multiple outputs

[PATCH weston] compositor-drm: rename outputs to follow kernel style

2015-08-19 Thread Pekka Paalanen
From: Pekka Paalanen The problem with the old table of names is that it contains duplicates. It is possible to end up with multiple outputs with the same name. In that case you cannot write individual configurations for these outputs in weston.ini, because they are matched by the name. Change al