Re: [PATCH 4/6] compositor-drm/shell: Allow restore_output_mode() to work properly.

2015-04-21 Thread Mario Kleiner
On 04/16/2015 06:43 PM, Derek Foreman wrote: On 02/04/15 12:10 AM, Mario Kleiner wrote: Initialize output->native_mode with the initially chosen mode for an output, so restore_output_mode() has something to work with and can switch back from temporary selected modes to the outputs native mode. B

Re: [PATCH 4/6] compositor-drm/shell: Allow restore_output_mode() to work properly.

2015-04-16 Thread Derek Foreman
On 02/04/15 12:10 AM, Mario Kleiner wrote: > Initialize output->native_mode with the initially chosen > mode for an output, so restore_output_mode() has something > to work with and can switch back from temporary selected modes > to the outputs native mode. Before, this was a no-op. > > This allow

[PATCH 4/6] compositor-drm/shell: Allow restore_output_mode() to work properly.

2015-04-01 Thread Mario Kleiner
Initialize output->native_mode with the initially chosen mode for an output, so restore_output_mode() has something to work with and can switch back from temporary selected modes to the outputs native mode. Before, this was a no-op. This allows an output to switch back to its default mode if a for