Re: [PATCH weston 04/12 v2] weston: Port DRM backend to new output handling API

2016-08-16 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:13 +0200 Armin Krezović wrote: > This is a complete port of the DRM backend that uses > recently added output handling API for output > configuration. > > Output can be configured at runtime by passing the > necessary configuration parameters, which can be > filled in m

Re: [PATCH weston 04/12 v2] weston: Port DRM backend to new output handling API

2016-08-16 Thread Quentin Glidic
On 14/08/2016 17:28, Armin Krezović wrote: This is a complete port of the DRM backend that uses recently added output handling API for output configuration. Output can be configured at runtime by passing the necessary configuration parameters, which can be filled in manually or obtained from the

[PATCH weston 04/12 v2] weston: Port DRM backend to new output handling API

2016-08-14 Thread Armin Krezović
This is a complete port of the DRM backend that uses recently added output handling API for output configuration. Output can be configured at runtime by passing the necessary configuration parameters, which can be filled in manually or obtained from the configuration file using previously added fu