Re: [Intel-gfx] [PATCH v3 5/5] drm/atomic: Add encoder_mask to crtc_state, v3.

2016-02-09 Thread Daniel Vetter
On Wed, Feb 03, 2016 at 10:45:07AM -0200, Gustavo Padovan wrote: > Hi Maarten, > > 2016-01-28 Maarten Lankhorst : > > > This allows iteration over encoders without requiring connection_mutex. > > > > Changes since v1: > > - Add a set_best_encoder helper function and update encoder_mask inside >

Re: [Intel-gfx] [PATCH v3 5/5] drm/atomic: Add encoder_mask to crtc_state, v3.

2016-02-03 Thread Gustavo Padovan
Hi Maarten, 2016-01-28 Maarten Lankhorst : > This allows iteration over encoders without requiring connection_mutex. > > Changes since v1: > - Add a set_best_encoder helper function and update encoder_mask inside > it. > Changes since v2: > - Relax the WARN_ON(!crtc), with explanation. > - Cal

[Intel-gfx] [PATCH v3 5/5] drm/atomic: Add encoder_mask to crtc_state, v3.

2016-01-28 Thread Maarten Lankhorst
This allows iteration over encoders without requiring connection_mutex. Changes since v1: - Add a set_best_encoder helper function and update encoder_mask inside it. Changes since v2: - Relax the WARN_ON(!crtc), with explanation. - Call set_best_encoder when connector is moved between crtc's. -