Re: [PATCH v2 weston 01/16] compositor-drm: Refactor initial mode out of create_output

2015-07-10 Thread Bryce Harrington
On Fri, Jun 26, 2015 at 01:57:22PM -0500, Derek Foreman wrote: > On 22/06/15 11:25 AM, Daniel Stone wrote: > > From: Pekka Paalanen > > > > Refactor the code for choosing the initial mode for an output from > > create_output_for_connector() to drm_output_choose_initial_mode(). > > > > This makes

Re: [PATCH v2 weston 01/16] compositor-drm: Refactor initial mode out of create_output

2015-06-26 Thread Derek Foreman
On 22/06/15 11:25 AM, Daniel Stone wrote: > From: Pekka Paalanen > > Refactor the code for choosing the initial mode for an output from > create_output_for_connector() to drm_output_choose_initial_mode(). > > This makes create_output_for_connector() slightly easier to read. > > v2: Document eve

[PATCH v2 weston 01/16] compositor-drm: Refactor initial mode out of create_output

2015-06-22 Thread Daniel Stone
From: Pekka Paalanen Refactor the code for choosing the initial mode for an output from create_output_for_connector() to drm_output_choose_initial_mode(). This makes create_output_for_connector() slightly easier to read. v2: Document everything. Signed-off-by: Pekka Paalanen Signed-off-by: Da