Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-15 Thread Bryce Harrington
On Fri, Apr 15, 2016 at 12:01:01PM +0300, Pekka Paalanen wrote: > On Thu, 14 Apr 2016 19:09:34 +0300 > Giulio Camuffo wrote: > > > 2016-04-13 14:30 GMT+03:00 Pekka Paalanen : > > > On Tue, 12 Apr 2016 21:34:28 -0700 > > > Bryce Harrington wrote: > > > > > >> On Wed, Apr 06, 2016 at 11:37:57AM

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-15 Thread Bryce Harrington
On Fri, Apr 15, 2016 at 12:01:01PM +0300, Pekka Paalanen wrote: > On Thu, 14 Apr 2016 19:09:34 +0300 > Giulio Camuffo wrote: > > > 2016-04-13 14:30 GMT+03:00 Pekka Paalanen : > > > On Tue, 12 Apr 2016 21:34:28 -0700 > > > Bryce Harrington wrote: > > > > > >> On Wed, Apr 06, 2016 at 11:37:57AM

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-15 Thread Pekka Paalanen
On Thu, 14 Apr 2016 19:09:34 +0300 Giulio Camuffo wrote: > 2016-04-13 14:30 GMT+03:00 Pekka Paalanen : > > On Tue, 12 Apr 2016 21:34:28 -0700 > > Bryce Harrington wrote: > > > >> On Wed, Apr 06, 2016 at 11:37:57AM +0300, Pekka Paalanen wrote: > >> > On Wed, 9 Mar 2016 16:49:29 -0800 > >> >

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-14 Thread Giulio Camuffo
2016-04-13 14:30 GMT+03:00 Pekka Paalanen : > On Tue, 12 Apr 2016 21:34:28 -0700 > Bryce Harrington wrote: > >> On Wed, Apr 06, 2016 at 11:37:57AM +0300, Pekka Paalanen wrote: >> > On Wed, 9 Mar 2016 16:49:29 -0800 >> > Bryce Harrington wrote: >> > >> > > From: Giulio Camuffo >> > > >> > > Sign

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-13 Thread Pekka Paalanen
On Tue, 12 Apr 2016 21:34:28 -0700 Bryce Harrington wrote: > On Wed, Apr 06, 2016 at 11:37:57AM +0300, Pekka Paalanen wrote: > > On Wed, 9 Mar 2016 16:49:29 -0800 > > Bryce Harrington wrote: > > > > > From: Giulio Camuffo > > > > > > Signed-off-by: Bryce Harrington > > > Reviewed-by: Quen

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-12 Thread Bryce Harrington
On Wed, Apr 06, 2016 at 11:37:57AM +0300, Pekka Paalanen wrote: > On Wed, 9 Mar 2016 16:49:29 -0800 > Bryce Harrington wrote: > > > From: Giulio Camuffo > > > > Signed-off-by: Bryce Harrington > > Reviewed-by: Quentin Glidic > > Acked-by: Pekka Paalanen > > --- > > v4: Update to current tru

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-07 Thread Pekka Paalanen
On Thu, 7 Apr 2016 09:04:46 +0300 Giulio Camuffo wrote: > 2016-04-06 11:37 GMT+03:00 Pekka Paalanen : > > On Wed, 9 Mar 2016 16:49:29 -0800 > > Bryce Harrington wrote: > > > >> From: Giulio Camuffo > >> > >> Signed-off-by: Bryce Harrington > >> Reviewed-by: Quentin Glidic > >> Acked-by: Pe

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-06 Thread Giulio Camuffo
2016-04-06 11:37 GMT+03:00 Pekka Paalanen : > On Wed, 9 Mar 2016 16:49:29 -0800 > Bryce Harrington wrote: > >> From: Giulio Camuffo >> >> Signed-off-by: Bryce Harrington >> Reviewed-by: Quentin Glidic >> Acked-by: Pekka Paalanen >> --- >> v4: Update to current trunk >> - Add missing param

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-06 Thread Pekka Paalanen
On Wed, 9 Mar 2016 16:49:29 -0800 Bryce Harrington wrote: > From: Giulio Camuffo > > Signed-off-by: Bryce Harrington > Reviewed-by: Quentin Glidic > Acked-by: Pekka Paalanen > --- > v4: Update to current trunk > - Add missing param doc for mode in drm_output_choose_initial_mode > -

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-03-19 Thread Giulio Camuffo
2016-03-10 2:49 GMT+02:00 Bryce Harrington : > From: Giulio Camuffo > > Signed-off-by: Bryce Harrington > Reviewed-by: Quentin Glidic > Acked-by: Pekka Paalanen > --- > v4: Update to current trunk > - Add missing param doc for mode in drm_output_choose_initial_mode > - Rebase to account

[PATCH 2/5] drm: port the drm backend to the new init api

2016-03-09 Thread Bryce Harrington
From: Giulio Camuffo Signed-off-by: Bryce Harrington Reviewed-by: Quentin Glidic Acked-by: Pekka Paalanen --- v4: Update to current trunk - Add missing param doc for mode in drm_output_choose_initial_mode - Rebase to account for code changes by 91880f1e to make vt switching confi