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

2016-08-12 Thread Armin Krezović
On 12.08.2016 13:28, Quentin Glidic wrote: > On 11/08/2016 17:33, 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 para

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

2016-08-12 Thread Quentin Glidic
On 11/08/2016 17:33, 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 04/10] weston: Port DRM backend to new output handling API

2016-08-11 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