Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-18 Thread Pekka Paalanen
On Sat, 16 Apr 2016 08:49:22 +0300 Giulio Camuffo wrote: > 2016-04-16 1:02 GMT+03:00 Bryce Harrington : > > On Fri, Apr 15, 2016 at 02:32:04PM +0200, Benoit Gschwind wrote: > >> > + /** The seat to be used by the output. Set to NULL to use the

Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-15 Thread Giulio Camuffo
2016-04-16 1:02 GMT+03:00 Bryce Harrington : > On Fri, Apr 15, 2016 at 02:32:04PM +0200, Benoit Gschwind wrote: >> > + /** The seat to be used by the output. Set to NULL to use the >> > +* default seat. */ >> > + char *seat; >> > + /** The modeline to be used by

Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-15 Thread Bryce Harrington
On Fri, Apr 15, 2016 at 02:32:04PM +0200, Benoit Gschwind wrote: > > + /** The seat to be used by the output. Set to NULL to use the > > +* default seat. */ > > + char *seat; > > + /** The modeline to be used by the output. Refer to the documentation > > +* of

Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-15 Thread Bryce Harrington
On Fri, Apr 15, 2016 at 02:32:04PM +0200, Benoit Gschwind wrote: > Hello Bryce and Giulio, > > Thanks for your contribution :), here is my comments. > > Le 13/04/2016 12:25, Bryce Harrington a écrit : > > From: Giulio Camuffo > > > > Signed-off-by: Bryce Harrington

Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-15 Thread Pekka Paalanen
On Fri, 15 Apr 2016 14:32:04 +0200 Benoit Gschwind wrote: > Hello Bryce and Giulio, > > Thanks for your contribution :), here is my comments. > > Le 13/04/2016 12:25, Bryce Harrington a écrit : > > From: Giulio Camuffo > > > > Signed-off-by:

Re: [PATCH weston v5 03/11] drm: port the drm backend to the new init api

2016-04-15 Thread Benoit Gschwind
Hello Bryce and Giulio, Thanks for your contribution :), here is my comments. Le 13/04/2016 12:25, Bryce Harrington a écrit : > From: Giulio Camuffo > > Signed-off-by: Bryce Harrington > Reviewed-by: Quentin Glidic